Member-only story

5 Golang Modules/Packages That Every Developer Should Know

5 New packages that you should now as a Golang dev

Bryan Dijkhuizen
3 min readNov 7, 2021
Photo by James Harrison on Unsplash

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.

Goose — Github

Installing Goose

Run the following command:

$ go get github.com/pressly/goose

--

--

Bryan Dijkhuizen
Bryan Dijkhuizen

Written by Bryan Dijkhuizen

Writing about the life of a neurodivergent creative in a neurotypical world. — https://bryandijkh.substack.com/

Responses (3)