You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
worker/main.go tries to import github.com/kr/go-heroku-example/message. This is not a valid URL. If you run Godeps against the project, it will be added as a dependency. If you then try to push to Heroku the push will fail due to the invalid URL.
The text was updated successfully, but these errors were encountered:
worker/main.go tries to import github.com/kr/go-heroku-example/message. This is not a valid URL. If you run Godeps against the project, it will be added as a dependency. If you then try to push to Heroku the push will fail due to the invalid URL.
The text was updated successfully, but these errors were encountered: