You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`vmatch` is a **fully** automated version manager for Go and golangci-lint:
6
+
7
+
- developer using vmatch never has to manually update their environment to match their project.
8
+
- versions specified in `go.mod` and `.golangci-version` are downloaded and used automatically, on-demand.
9
+
- this allows projects to 'rust'; a project with `vmatch`-supported structure will keep working as it was when last touched. No more "can't install the right version of Go with brew".
0 commit comments