package
0.0.0-20250303071639-3722a02931e5
Repository: https://github.com/gozeon/code-collections.git
Documentation: pkg.go.dev
# README
Go-Study
GVM --> go版本管理工具
第一次安装要先安装1.4版本 再安装高版本
gvm install go1.4 -B
gvm use go1.4
export GOROOT_BOOTSTRAP=$GOROOT
echo $GOROOT
gvm install go1.8beta2 -B
gvm use go1.8beta2 --default
echo $GOROOT
go version
### 安装包
go get xxx 可选参数 -v || -u
# Packages
No description provided by the author