Getting Cozy with Go Commands: go get, go mod tidy, etc



This content originally appeared on Level Up Coding – Medium and was authored by Phuong Le (@func25)

The go.mod file, or go module, is basically a way to organize and manage a bunch of Go packages together.


This content originally appeared on Level Up Coding – Medium and was authored by Phuong Le (@func25)