Open mattalexander-pantheon opened 3 years ago
Since Go 1.8, the $GOPATH environment variable has been optional. To reliably get the user's value, or the default, call go env.
$GOPATH
go env
https://golang.org/doc/go1.8#gopath
Bump
Since Go 1.8, the
$GOPATH
environment variable has been optional. To reliably get the user's value, or the default, callgo env
.https://golang.org/doc/go1.8#gopath