gvsn 1.0.1

A fast, cross-platform Go version manager written in Rust
Documentation
1
2
3
4
5
6
# The install/uninstall scripts are served raw from GitHub and piped
# directly into `sh`/`iex`. CRLF line endings would break the POSIX shell
# scripts outright (every line gets a stray trailing \r), so pin LF
# regardless of any contributor's local core.autocrlf setting.
install/*.sh text eol=lf
install/*.ps1 text eol=lf