Last active
April 13, 2017 13:41
-
-
Save hferentschik/11bd1fa241ee05cc430fba87e7b81255 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
api := libmachine.NewClient(constants.MachineName, constants.Minipath)) | |
defer api.Close() | |
host, _ := api.NewHost("xhyve", []byte("{}")) | |
fmt.Println(host.Driver) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment