Golang Packages To Make Your Life Easier

Manpreet Singh
2 min readApr 5, 2022

Welcome back! Golang is an awesome programming language with a ton of capability, if you’re new to Golang, check out the link below to learn more about it:

So, let’s take a look at some Golang packages that can make your life easier!

Glide

First up we have Glide, this is an awesome Golang package that helps you manage your Golang packages! If you want to learn more about this package, check out the link below:

stats

Next up we have stats, this specific package is a statistics package for Go. If you’re someone who plans on doing any statistical related projects in Go, you should definitely check out this package. If you want to learn more about this package, check out the link below:

Fuzzy

Next up we have Fuzzy, this is an awesome package that brings that fuzzy string matching to Go. If you want to check this package out, check out the link below:

eris

Next up we have eris, this specific package allows you to handle errors a bit better in Go. If you’re currently using the standard errors package, you should definitely look into eris, check out the link below to learn more about this package: