Great Golang Packages You Need To Use
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 5 different Golang packages that you need to check out!
stats
First 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:
eris
Next up we have eris, this specific package allows you to handle erros 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…