goclone
goclone copied to clipboard
Use `go get` instead of clone where possible
This enables scenarios such as:
eval $(goclone k8s.io/kubernetes)
where github.com is not in the package path. However go-get won't work for private repos.