On Mon, Sep 12, 2022 at 10:01 AM brainman <alex.brain...@gmail.com> wrote:

> I managed to run godoc.
>
> But godoc only displays standard library packages.
>
> Is it possible to configure godoc so it displays packages stored in private 
> github repos ?

I use it with no configuration, '$ GO111MODULE=off godoc -http :6060
&` in particular, and it also shows all packages in $GOPATH. Maybe
setting GOPATH is the configuration you need.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAA40n-U9VORXvnL1vhKXpMB8y%3DjSYb4Z_hZz0WakTMBofPQ87A%40mail.gmail.com.

Reply via email to