I want to use Go, but I\'m having trouble running the go command. I installed go1.5.2 darwin/amd64, but when I run the command go version, I get an error in the ter
go version
For bash, you should edit the .bashrc file and add the abobe mentioned line:
.bashrc
export PATH=$PATH:/usr/local/go/bin