编译Packer及其插件
Jul 21, 2016
Technology
Install Go
In ArchLinux, do following for installing and configurating go:
$ vim ~/.bash_profile
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
Exit the terminal and relogin again, now you could verify your GOPATH and golang System Path.
Install go in ArchLinux via:
$ sudo pacman -S go