Skip to content

Instantly share code, notes, and snippets.

@hferentschik
Last active April 13, 2017 13:41
Show Gist options
  • Save hferentschik/11bd1fa241ee05cc430fba87e7b81255 to your computer and use it in GitHub Desktop.
Save hferentschik/11bd1fa241ee05cc430fba87e7b81255 to your computer and use it in GitHub Desktop.
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