gvt
gvt copied to clipboard
Not really the same as `go get`
~/go/src/github.com/bunniesandbeatings/offspring $ go get ./...
~/go/src/github.com/bunniesandbeatings/offspring $ gvt fetch ./...
2016/12/02 10:10:37 Fetching: ./...
2016/12/02 10:10:37 command "fetch" failed: "./..." is not a valid import path
Using the packages spec is way kinder, especially as i thought, hmm did I write that wrong and did gvt fetch ./.. which kindly deleted my working directory from under me, which was git managed, but unfortunately the .git dir went as well.
https://github.com/kisielk/gotool/blob/master/tool.go#L46 is great for supporting the packages spec the same way as the go/cmd tooling