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. ...