Why doesn't `go env` command reflect change in environment variable? – Ubuntu
In my system, GOBIN variable was unset (empty value). Now unlike some other GO env variables, this seems unset even in the output for go env command. (I'm user ubuntu, so ~ is /home/ubuntu/) echo $GOBIN //empty echo $GOPATH //empty…