Deploying a golang app on heroku, build succeed but application error
问题 My golang app runs on port 9000 at my localhost. After deploying it at heroku using godep support, i was able to push and deploy at heroku. However when i try to access the endpoint e.g '/', it shows Application Error. You can see below my code and log while deploying at heroku package main import ( "log" "fmt" "net/http" "os" "github.com/gorilla/mux" "github.com/gorilla/context" "gopkg.in/paytm/grace.v1" // utilhttp "bitbucket.org/michaelchandrag/chit/pkg/util/http" // util "bitbucket.org