moovweb / gvm

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

add applymod subcommand #378

Closed kubefay closed 11 months ago

kubefay commented 3 years ago

The PR add command gvm applymod

When the working directory is a go module project, the command would set the current go version as the go.mod. It is pleasure and convenient to use the command woking with a lot of projects with different go versions.

kubefay commented 3 years ago

@BenKnigge @jbussdieker @alouche Can you please take a look?