Go环境安装配置

[一]、实验环境

[二]、安装配置

1. 下载系统对应的软件包,并解压到 /usr/local/share 目录下:

为了方便后期版本切换,建立一个软连接:

执行后查看下有关 go 的目录情况:

2.配置系统环境变量

编辑 $HOME/.profile 文件,添加如下内容:

3.验证安装结果

打开终端 执行 go version ,验证运行结果:

上述信息表上go 基本安装配置成功。

再创建一个名位 hello.go 的文件,内容如下:

然后执行 go run hello.go 的命令,验证运行结果如下:

到此验证完成。

原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]

本文链接地址: http://www.micmiu.com/lang/go/go-mac-osx-install/

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">