This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
main package at $PROJECT/src is ignored #46
Labels
Comments
This was referenced May 6, 2015
This was referenced May 9, 2015
So, what this is saying is any code in $PROJECT/src will be ignored? I have main.go there as I would in a typical go project and its not compiled. My other packages are compiled. Do I need main in a different directory? |
Any package at $PROJECT/src is ignored because it would have an invalid package import path.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider this layout
main.go
will be ignored. Similar to #45, this is a bug, but probably not helpful to the user as the command would be installed as$PROJECT/bin/src
The text was updated successfully, but these errors were encountered: