Re: [go-nuts] Go list returning directory starting with underscore on Ubuntu

2018-03-02 Thread Michel Hollands
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. F

Re: [go-nuts] Go list returning directory starting with underscore on Ubuntu

2018-03-02 Thread Michel Hollands
Hello Sebastien, After setting GOPATH it still occurs. Thanks, Michel -- 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

[go-nuts] Go list returning directory starting with underscore on Ubuntu

2018-03-01 Thread Michel Hollands
Hello, When running go list on Ubuntu the results are weird: michel@michel-VirtualBox:~/git/grpcurl$ go list . _/home/michel/git/grpcurl michel@michel-VirtualBox:~/git/grpcurl$ Running the same on the Mac returns just grpcurl, which is the correct package. The Go version is: go version go1.