I tried `go get -u github.com/bcicen/ctop` since I prefer uses the source, but there appear to be some syntax errors in master. Guess I could have added the tag, but I just used the binary.
You should check if `fpm` has support for making packages for go projects (It should. It supports Python and Ruby). Then it should be simply to create packages, sign them and put them on your company repo.
I've worked at shops where we do this and even run update scripts to tell us when new versions are available and kick of the fpm build process.
You should check if `fpm` has support for making packages for go projects (It should. It supports Python and Ruby). Then it should be simply to create packages, sign them and put them on your company repo.
I've worked at shops where we do this and even run update scripts to tell us when new versions are available and kick of the fpm build process.