- Distributed Computing with Go
- V.N. Nikhil Anurag
- 56字
- 2021-06-24 18:36:06
bin/
Go compiles and builds our projects into executable binaries and places them in this directory. Depending on the build specs, they might be executable on your current system or other systems. In order to use the binaries that are available in the bin/ directory, we need to set the corresponding GOBIN=$GOPATH/bin environment variable.