56 Star 490 Fork 74

cristiane/micro-mall-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
golang-install.sh 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
雨化田 提交于 2022-04-22 06:58 . fix golang-instal..l
wget https://dl.google.com/go/go1.16.15.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.16.15.linux-amd64.tar.gz
# shellcheck disable=SC2232
export GOROOT=/usr/local/go
# shellcheck disable=SC2232
export GOBIN="$GOROOT"/bin
# shellcheck disable=SC2232
export GOPROXY=https://goproxy.cn,https://goproxy.io,direct
# shellcheck disable=SC2232
cd ~ || exit
mkdir go
# shellcheck disable=SC2232
export GOPATH=~/go
# shellcheck disable=SC2232
export PATH="$PATH":"$HOME"/bin:"$GOBIN":"$GOROOT"
echo go version
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cristiane/micro-mall-api.git
[email protected]:cristiane/micro-mall-api.git
cristiane
micro-mall-api
micro-mall-api
main

搜索帮助