Golang (Go语言) Mac OS X下环境搭建 环境变量配置 开发工具配置 Sublime Text 2 一.安装Golang的SDK 在官网http://golang.org/ 直接下载安装包安装即可.下载pkg格式的最新安装包,直接双击运行,一路按照提示操作即可完成安装. 安装完成后,打开终端,输入go,检测Golang SDK是否安装成功,如下显示,则表示安装成功: 你也可以输入go version 查看你所安装的Golang的版本 二.环境变量配置(GOPATH) GOPATH是
安装Golang 在官网上直接下载安装包就可以了.下载pkg格式的最新安装包 ,直接双击运行,一路按照提示操作就可以完成安装. 或者使用brew进行安装 brew install go 完成安装之后,打开终端,输入 go version ,检查golang sdk是否安装成功. ➜ ~ go version go version go1.3.3 darwin/amd64 环境变量配置 GOPATH是用来告诉Golang命令和其他相关工具 ,在哪儿可以找到你的Go包目录. GOPATH是一个路径列
A curated list of awesome Go frameworks, libraries and software. Inspired by awesome-python. Contributing Please take a quick gander at the contribution guidelines first. Thanks to all contributors; you rock! If you see a package or project here that
原文链接 Builder pattern vs. Multi-stage builds in Docker This post looks at two new PRs from the Docker project that vastly improve the developer experience for building small images efficiently. These changes are bleeding edge and are not available in