第一次使用 GoLand
SDKdownload
SDKC:\Go
检查环境变量。
1
GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
Air 自动重载方案
1
go install github.com/cosmtrek/air@latest
Godoc Go 文档系统
1
go get golang.org/x/tools/cmd/godoc
gcc 问题
windowssqlitegccMinGW-w64
C:\GoPluginsbinC:\GoPlugins\mingw64\bin
GoLandmingw64GoLand
项目开发
新建项目
GoGo(GOPATH)go 1.11GOPATH + "/src/github.com/作者名称/" + 项目名称GOPATH环境变量
调试项目
1
air
1
godoc -http=:6060