This is an Application that fetches the GitHub info of a particular GitHub user. It consumes the GitHub API v3
- Logrus (Logger for the console)- https://github.com/sirupsen/logrus
- Go-GitHub (for hitting the GitHub API) - https://github.com/google/go-github/
- Gorilla Mux (for routing) - https://github.com/gorilla/mux

