gvm
gvm copied to clipboard
Mention `go clean -modcache` in a fatal message
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.