Skip to content

Rust、Go

更新时间:2023-12-31

Rust安装

sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustc --version
rustup update
sh
cargo build
cargo check

Go环境

sh
go env -w GO111MODULE=on GOPROXY=https://mirrors.aliyun.com/goproxy/,direct GONOSUMDB=*		# GO ???`

Copyright © manosP . 2023