Two suggestions:
- Use one of the (many, many) binary packing tools to include the assets in the binary.
- Move
main.go to the root directory so that you can easily do GO111MODULE=on go get github.com/evildecay/etcdkeeper
(I'm a little more comfortable building from source that downloading a binary release, and building from source is so easy with Go.)
Thanks!
Two suggestions:
main.goto the root directory so that you can easily doGO111MODULE=on go get github.com/evildecay/etcdkeeper(I'm a little more comfortable building from source that downloading a binary release, and building from source is so easy with Go.)
Thanks!