# README
SV
Switch golang version
SV is a great open source beautiful Go Version Manager
English | δΈζ
π Purpose
Allows you to easily build and switch different Golang versions
π‘ Requirements
Go version: 1.9.x or later
β¬οΈοΈ Install
install a release from the command-line
π curl -sL https://raw.githubusercontent.com/voocel/sv/main/install.sh -o - | sudo bash
π₯ Features
- List local or remote all versions
- Install a specific version
- Uninstall a specific version
- Quickly switch local versions
- Pretty download progress bar
π² Usage
select a version to install
sv
install specific version
sv install 1.18.1
uninstall specific version
sv uninstall 1.18.1
install a local specific version
sv use 1.18.1
β οΈ License
Copyright Β© 2016β2022
Licensed under Apache License 2.0
π Contributing
Welcome! Welcome!