-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make docker-machine-driver-xhyve go gettable #49
Comments
I propose we do that by moving the go files in the root directory into a directory of their own called "xhyve" (to match the package name) and moving bin/main.go to the root. (Or to cmd/docker-machine-driver-xhyve similar to how golang.org/x/tools does it for example.) What do you think? Would this break the build in any way I've not anticipated? |
@saljam Thanks issue! I was inspired by your comments(It's not that the folder structure), I have testing it now. |
@saljam I think so, too.
However, in a typical docker-machine driver will be complete in it, but So, Folder structure will be clean, but can not full installation only |
Thanks! And yes, of course, it will still need to be run as root. |
Merged #53 Close. |
Building with the makefile might be useful for development, but you don't always need one for Go and being able to install the driver binary by just running:
makes it easier to get started and is more idiomatic Go.
The text was updated successfully, but these errors were encountered: