安装
安装包下载地址: golang.org/dl/
环境变量
# Enable the go modules feature
set GO111MODULE=on
# Set the GOPROXY environment variable
set GOPROXY=https://goproxy.io
vscode调试
安装 delve
go get -u github.com/go-delve/delve/cmd/dlv
安装包下载地址: golang.org/dl/
# Enable the go modules feature
set GO111MODULE=on
# Set the GOPROXY environment variable
set GOPROXY=https://goproxy.io
go get -u github.com/go-delve/delve/cmd/dlv