machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
889 stars 73 forks source link

make main binary go installable #53

Closed saljam closed 8 years ago

saljam commented 8 years ago

This moves the xhyve package into a directory of its own (/xhyve) and moves the main binary into the package root. See #49.

zchee commented 8 years ago

@saljam Thanks PR! LGTM.