#Environment variable
//GOBIN: This is the folder name “bin” in go’s installation directory in your windows system
GOROOT: This is the go’s installation directory in your windows system
GOPATH: The directory which you work
Add in Path: {
%GOROOT%\bin; //The go’s working directory
%GOPATH%\bin; //The files after compiling will be created in this directory when using “go get”
}
build the go language environment in windows
最新推荐文章于 2022-08-03 18:26:28 发布