Re: [go-nuts] Hosting godoc internally for private git server

2018-04-05 Thread Michael Levine
How can I make godoc being run on local source code use the godoc templates/assets properly from a locally hosted version of godoc? I tried the following: $ godoc -templates="$GOPATH/src/github.com/golang/gddo/gddo-server/assets" -html path/to/local/library > ~/destination/path/library.html

Re: [go-nuts] Hosting godoc internally for private git server

2016-10-25 Thread Kareem Gan
Ah. But I need it to download the repositories from my organizations enterprise github server through. On Tue, Oct 25, 2016 at 09:55 Pietro Gagliardi wrote: > Is imitating golang.org not sufficient? It will still show you all the > packages in your $GOPATH in the Packages

Re: [go-nuts] Hosting godoc internally for private git server

2016-10-25 Thread Kareem Gan
So it's not possible? It would be really helpful if someone here has done it already and share the knowledge how. On Thursday, October 20, 2016 at 12:35:10 PM UTC-5, Pietro Gagliardi (andlabs) wrote: > > You can go get golang.org/x/tools/cmd/godoc and run the godoc tool > itself, which will

Re: [go-nuts] Hosting godoc internally for private git server

2016-10-20 Thread Pietro Gagliardi
You can go get golang.org/x/tools/cmd/godoc and run the godoc tool itself, which will imitate golang.org. This is different from godoc.org; that is harder to host locally. > On Oct 20, 2016, at 1:13 PM, Kareem Gan wrote: > > Hello. > > Is it possible to host godoc

[go-nuts] Hosting godoc internally for private git server

2016-10-20 Thread Kareem Gan
Hello. Is it possible to host godoc internally because we have our own git server and would like to host godoc internally so we can build documentation for our golang repositories. -- Best, Kareem Gan 01010011 01000101 -- You received this message because you are subscribed to the Google