Even with GOPATH set correctly, this can happen if you're running `go list 
./...` and any directory in your current path is called `testdata`. ie. 

```
$ pwd
/home/user/xyz/testdata/whatever/
$ go list ./...
_/home/user/xyz/testdata/whatever/xxx
```

On Friday, March 2, 2018 at 3:49:41 AM UTC-5, Michel Hollands wrote:
>
> My mistake: there was no src directory under the gopath. It works now.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to