[go-nuts] Re: Version Control entire GOPATH

2016-11-13 Thread Nick Stogner
which accomplish this: https://github.com/nstogner/gomono. After installing them in the client repo, the gophers should be able to proceed along without worrying about how they use go-get... Let me know what you think. On Saturday, November 12, 2016 at 12:00:08 PM UTC-5, Nick Stogner wrote

[go-nuts] Version Control entire GOPATH

2016-11-12 Thread Nick Stogner
I would like to version control my entire GOPATH to store all of my go code in a monolithic repository. (see http://danluu.com/monorepo/ or https://blog.gopheracademy.com/advent-2015/go-in-a-monorepo/) The problem that I run into: how to manage dependencies with "go get" ?.. I would like to