Skip to content
Discussion options

You must be logged in to vote

The short answer is no.

We lean on the Go compiler to work out the packages, that works with the full paths.

If you had a folder called time, and would specify "time", it wouldn't be able to tell the difference between your folder and the time package in the library. Of course we could build something for that, but I think it's better to keep it simple and use the full package identifiers - I hope that makes sense

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gzuidhof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants