-
Notifications
You must be signed in to change notification settings - Fork 1
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
Push rejected, failed to compile Go app. #415
Comments
Remove the src directory and use go modules and you should be good. |
I am using go modules already |
Where in the directory structure is the go.mod file ? It needs to be at the root of the repo. |
I've the same issue |
You can look at my repository |
Same here :( |
I have the same issue |
Same issue all of a sudden |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My src directory is in this format
where main.go has package main like this
Yet, whenever I do
git push heroku master
I getAny ideas on how to resolve this?
The text was updated successfully, but these errors were encountered: