On Friday, 23 February 2018 > > > I work with GOPATH per project. > > Then I use to give them a one word path directly under src: > > $GOPATH/src/myapp > > Go is a highly opinionated language assumes that you lay out your code as described in https://golang.org/doc/code.html If you decide to do things differently (by having 'simpler' paths which do not correspond to the VCS location of your code on the net), then you end up having to fight the go tools, rather than have them work for you.
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.