Skip to content

Commit 3b6181b

Browse files
authored
Add intro (#293)
2 parents ba6cf99 + f4de0b4 commit 3b6181b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[![Build](https://github.com/anttiharju/vmatch/actions/workflows/build.yml/badge.svg)](https://github.com/anttiharju/vmatch/actions/workflows/build.yml)
44

5+
`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".
10+
511
## FAQ
612

713
**Q:** What about https://go.dev/blog/toolchain?

0 commit comments

Comments
 (0)