go mod clean cache code example
Example: go mod clean cache
$ go clean --modcache
go: finding github.com/hyangah/thing1 v0.0.2
go: github.com/hyangah/[email protected]: unknown revision v0.0.2
go: error loading module requirements
$ go clean --modcache
go: finding github.com/hyangah/thing1 v0.0.2
go: github.com/hyangah/[email protected]: unknown revision v0.0.2
go: error loading module requirements