The project has to opt into it, which appears to be the case here since there is a `go.mod` file. Are you using a modern version of Go?
2. If you don't use modules, $GOPATH is used.
3. If $GOPATH isn't set, it defaults to ~/go.
The project has to opt into it, which appears to be the case here since there is a `go.mod` file. Are you using a modern version of Go?