1
0
mirror of https://github.com/minio/minio.git synced 2025-04-11 23:12:12 -04:00
Harshavardhana 565dc8b283 Do not check for GOPATH env for builds ()
Since go1.8 GOPATH is not required to set prior, as
it defaults to "${HOME}/go" we only need to check if
go tool detected GOPATH correctly. If yes then we
proceed if not we fail.
2018-03-20 12:05:49 -07:00
..