On 2016-12-09 18:39, Sathish VJ wrote:
I have my vendor folder like this: $GOPATH/src/vendor.  This works for
the code.
However, godoc does not show the libraries therein.  Is there a way I
can fix this?

Go tools are increasingly allergic to non-standard layouts.

You need to put your vendor folder in $GOPATH/src/<package>/vendor

You could try just making a symlink $GOPATH/src/<package>/vendor -> ../vendor

No guarantees though. Symlinks are pretty much taboo beneath GOPATH.

/Peter

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