|
|
|
|
|
by wtbob
4757 days ago
|
|
> At the risk of some controversy, I think that if Go's core developers are serious about encouraging good software engineering, they should drop "go get" (presumably in Go 2). It seems to me that subrepositories / submodules at the version control level, with support for pinning, are the best way to manage dependencies. That's how 'go get' works. |
|