Hello, i am pretty new to this and struggling with the right folder structure.
The project https://github.com/Tfindelkind/automation should provide a few executables which should be run on linux/windows/mac I created a folder for each executable with each has one main package. github.com/Tfindelkind/automation ->/move_vm/move_vm.go (main) ->/deploy_cloud_vm/deploy_cloud_vm (main) -> automation.go (is empty only a placeholder) So what I want to achieve is. A windows user with go installed types: go get github.com/Tfindelkind/automation After this all executable are build and installed The user may use the command then: move_vm.exe options... Anyone can help me? best regards, Thomas -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.