How to remove unused go modules
When using go modules, you can remove unsed dependancies from the go.mod
file by running:
$ go mod tidy
Tweet
When using go modules, you can remove unsed dependancies from the go.mod
file by running:
$ go mod tidy
Tweet