Easily Manage Go Pkgsets with GVM
On these few months, I’m focusing on doing a Go project. Instead of working on a project, I also have some Go projects to maintain, so I’m using GVM to manage multiple versions of Go. Besides using the multiple versions, I also separated pkgsets between the projects. About how to manage the versions and pkgsets, we can read the introduction here. GVM is easy to use. I usually use these commands below when working on Go project. ...