记录几个go语言安装时的环境变量设置

export GOPATH="path" 程序放置路径

export GOROOT="path" go安装路径

export GOBIN="path" go install 时使用的bin文件夹路径,不是go安装目录中的bin路径