Useful Golang Packages and Tools

I recently built my first Go language program ever πŸ™Œ. In this post I would like to share some Go packages I found very useful. So without further ado let’s get started :) GoReleaser Building and distributing binaries for several platforms can be challenging. GoRelaeser helps you to automate delivering your app binaries with ease. It can generate archived release files (i.e. binaries + LICENSE + README files), checksums, Homebrew taps, Docker images, snap packages, release to GitHub (including the generating of customizable changelog πŸ˜ƒ ) and much more. ...

December 13, 2017 Β· 2 min