That worked correctly this time so I continued to check the environment variables with input "go env" and noticed my output didn't match up with the guide
Some of the environment variables must be different in this case. Try the following commands
sudo mdkir ~/goecho 'export GOPATH=$HOME/go' >> ~/.profileecho 'PATH="$HOME/go/bin:$PATH"' >> ~/.profileLog out, connect again to your machine and then run
go env to see whether or not GOPATH has changed. If so, try the command from Zap connect.