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
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
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.