Closed SimonBarendse closed 4 years ago
From Go 1.8 on, if $GOPATH is not set, a default of ~/go is used. This change makes sure the default GOPATH is used to retrieve and store modules when linting and $GOPATH is not set.
$GOPATH
~/go
bug in development, but it doesn't affect using the provider.
From Go 1.8 on, if
$GOPATH
is not set, a default of~/go
is used. This change makes sure the default GOPATH is used to retrieve and store modules when linting and$GOPATH
is not set.