moovweb / gvm

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

Offer automated "clean" command to save disk space #388

Open mcandre opened 2 years ago

mcandre commented 2 years ago

gvm leaves copies of unneeded files, such as source media. These can be manually removed, but for novice gvm users, it would help to provide a standard "clean" command. So that we don't accidentally remove the wrong files.

The "uninstall" command could also remove associated source media for the given Go version.