Automatically package your Golang apps!

0 comments

You can now get RPM or DEB packages for your Go app in just one push. Golang support has been added for all distributions, based on the Go buildpack.

As an example, you can have a look at Gogs (Go Git Service), which is an awesome app for hosting your Git repositories, and is now packaged for Ubuntu 14.04. More details at http://gogs.io/docs/installation/install_from_packages.html

<iframe width="560" height="315" src="//www.youtube.com/embed/xllP7BP_qgs?rel=0" frameborder="0" allowfullscreen></iframe>

If you're interested, have a look at our documentation, or the minimum Go example app.

Happy packaging!