27 Jan 2020   go


When using go modules, you can remove unsed dependancies from the go.mod file by running:

$ go mod tidy

vim

🍄