Member-only story
5 Golang Modules/Packages That Every Developer Should Know
5 New packages that you should now as a Golang dev
Go is a speedy, easy-to-learn, and handy new programming language developed by Google.
One of the most impressive things that come with the Golang is its documentation. It is like laravel, incredibly extensive, and easy to use. In this article, I will give you a look at the 5 Golang packages that every Go developer should know, but before you dive into this, make sure to check out my Golang beginners tutorial:
Goose — Database Migrations
Goose is the best DB migration tool to use in Golang. With this package, it becomes so easy to alter your DB schema.
Installing Goose
Run the following command:
$ go get github.com/pressly/goose