moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
10.18k stars 533 forks source link

Mention `go clean -modcache` in a fatal message #370

Closed y-yagi closed 1 year ago

y-yagi commented 3 years ago

Go modules folder is protected. So you need to clean the mod cache first when the mod cache data exists. This added a message to solve that situation.

Related to #319.