goclone icon indicating copy to clipboard operation
goclone copied to clipboard

Use `go get` instead of clone where possible

Open ahmetb opened this issue 7 years ago • 0 comments

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.

ahmetb avatar May 08 '17 20:05 ahmetb