Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.01 KB

README.zh-CN.md

File metadata and controls

57 lines (44 loc) · 1.01 KB

SV

Switch golang version

SV 一个漂亮的Go版本管理器

English | 中文

Example

🏆 期望

方便你轻松构建和切换不同的Golang版本

💡 要求

Go version: 1.9.x or later

⬇️️ 安装

从命令行安装

👉 curl -sL https://raw.githubusercontent.com/voocel/sv/main/install.sh -o - | sudo bash

🔥 功能

  • List local or remote all versions
  • Install a specific version
  • Uninstall a specific version
  • Quickly switch local versions
  • Pretty download progress bar

🌲 使用方法

选择要安装的版本

sv

安装指定的版本

sv install 1.18.1

卸载指定的版本

sv uninstall 1.18.1

安装本地指定的版本

sv use 1.18.1

⚠️ License

Copyright © 2016–2022

Licensed under Apache License 2.0

🙋 Contributing

Welcome! Welcome!