01_golang.sh 84 B

1234
  1. if has go; then
  2. path_add GOPATH $(go env GOPATH)
  3. path_add PATH ${GOPATH}/bin
  4. fi