You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.
~/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.
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
The text was updated successfully, but these errors were encountered: