1.https://dl.gocn.io/ (国内下载地址)
2.https://golang.org/dl/ (国外下载地址)
3.现在studygolang中文网也可以了https://studygolang.com/dl
下载版本:
mac darwin-adm64.tar.gz
linux amd64.tar.gz
windows amd64.msi
4.window编辑器
atom配合go-plus插件
sublime配合gosublime插件;
emacs + spacemacs配置(相对来说比较麻烦,也是mac的一个不错的选择.)
Goland JetBrains
直接安装的效果:
Windows推荐goland
二 、Ubuntu安装
apt install golang-go root@greg:# go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="" GORACE="" GOROOT="/usr/lib/go-1.7" GOTOOLDIR="/usr/lib/go-1.7/pkg/tool/linux_amd64" CC="gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=http://www.likecs.com/tmp/go-build765188684=http://www.likecs.com/tmp/go-build -gno-record-gcc-switches" CXX="g++" CGO_ENABLED="1"