golang mod 模式

配置环境变量

export GO111MODULE=on && export GOPROXY=https://goproxy.io

初始化mod

go mod init

你可能感兴趣的:(golang mod 模式)