Skip to content

Instantly share code, notes, and snippets.

@nlamirault
Created October 19, 2015 07:40
Show Gist options
  • Save nlamirault/a42d0a62e6f4cda8290f to your computer and use it in GitHub Desktop.
Save nlamirault/a42d0a62e6f4cda8290f to your computer and use it in GitHub Desktop.
$ rm -fr ~/Apps/golang/src/github.com/docker/machine/libmachine
$ ls -l vendor/
total 0
$ GO15VENDOREXPERIMENT=1 go get github.com/docker/machine/libmachine
$ ls -l vendor/
total 0
$ ls ~/Apps/golang/src/github.com/docker/machine/libmachine
auth cert drivers engine examples host hosttest libmachine.go log mcnerror mcnflag mcnutils persist persisttest provider provision ssh state swarm version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment