Created
October 19, 2015 07:40
-
-
Save nlamirault/a42d0a62e6f4cda8290f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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