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