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
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
**Q:** What about [https://go.dev/blog/toolchain](https://go.dev/blog/toolchain)?
14
14
15
-
**A:** It is about forward-compatibility, `vmatch` installs the Go version specified in your project.
15
+
**A:** It is about forward-compatibility, `vmatch` installs the Go version specified in your project. I've found Go's promises of backward-compatibility to be squishy in practice, `brew install go` has not been sufficient for some project setups.
16
16
17
17
**Q:** What about `go run` (Go 1.24 and after `go run` calls are cached)?
0 commit comments