Hacker News new | ask | show | jobs
by JulianMorrison 4586 days ago
The approach we've taken at work is, each project has its own src/pkg/bin tree under the checked-in root, and we just set GOPATH. Simple and easy.
1 comments

This seems like a very reasonable approach. Thanks!