Golang
是Google开发的一种编译型,平行化,具有垃圾回收功能的编译语言,还和C一样有指针。Golang
是天生的网络编程语言,学习使用Golang
先从环境配置开始。
环境要求:
Homerbrew
安装参考:http://brew.sh/
安装Golang
Golang
可以通过源代码自己编译安装https://golang.org/project/,为了管理和升级建议使用Homerbrew
安装。
使用命令行直接安装Golang
:
brew install go
==> Downloading https://homebrew.bintray.com/bottles/go-1.7.el_capitan.bottle.tar.gz
######################################################################## 100.0%
==> Pouring go-1.7.el_capitan.bottle.tar.gz
==> Caveats
As of go 1.2, a valid GOPATH is required to use the `go get` command:
https://golang.org/doc/code.html#GOPATH
You may wish to add the GOROOT-based install location to your PATH:
export PATH=$PATH:/usr/local/opt/go/libexec/bin
==> Summary
有疑问加站长微信联系(非本文作者)