Re: [go-nuts] godoc only indexes packages in GOROOT?

2017-09-29 Thread Farid Zakaria
It will serve the documentation but not searchable (index) At the moment I'm solving it thusly: cat make_index.sh godoc -goroot=/home/fmzakari/go -index -index_files=godoc_internal_index.db -write_index godoc -index -index_files=godoc_system_index.db -write_index Then I load both of those indexe

Re: [go-nuts] godoc only indexes packages in GOROOT?

2017-09-29 Thread Ayan George
farid.m.zaka...@gmail.com wrote: > Is there a reason why GODOC only indexes packages it finds in $GOROOT ? I > would like to create indices of my personal packages + the standard library. > I think it does. It looks in my ${GOPATH} and gives me what docs it can for my poorly commented code. -a

[go-nuts] godoc only indexes packages in GOROOT?

2017-09-29 Thread farid . m . zakaria
Is there a reason why GODOC only indexes packages it finds in $GOROOT ? I would like to create indices of my personal packages + the standard library. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop recei