go语言 环境搭建

http://blog.csdn.net/lovechris00/article/details/71178881

过程中可能遇到的问题:

输入ls -all命令查看是否存在.bash_profile;
存在既使用vim .bash_profile 打开文件;

如果不存在则创建.bash_profile:输入touch .bash_profile 创建;

你可能感兴趣的:(go语言 环境搭建)