Ok, So I\'ve downloaded Go 1.1 and put it into $HOME/Documents/go.
Then, I\'ve modified my .bashrc to be:
.bashrc
export GOPATH=$HOME/Documents/go
You should not set $GOROOT for normal installations.
Just type export GOROOT="" and it should fix your problem.
export GOROOT=""