cruise-automation / daytona

A Vault client, but for containers and servers.
Apache License 2.0
310 stars 33 forks source link

Add cmd/daytona folder to support `go install` and `go get` #11

Closed ryboe closed 5 years ago

ryboe commented 5 years ago

When you run go install, you get a binary named cmd instead of daytona. The solution is put main.go in cmd/daytona/. This will also enable people to go get the library using this command.

GO111MODULE=off go get github.com/cruise-automation/daytona/cmd/daytona