Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import in worker/main.go causes build failure #8

Open
ceiroa opened this issue Feb 9, 2015 · 1 comment
Open

Import in worker/main.go causes build failure #8

ceiroa opened this issue Feb 9, 2015 · 1 comment

Comments

@ceiroa
Copy link

ceiroa commented Feb 9, 2015

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.

@MarlikAlmighty
Copy link

This should not even work :) And yes, go.mod already drives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants