Open ocket8888 opened 5 years ago
@ocket8888 Sorry for the late reply, your issue may be caused by my bug of omitting functions without receivers while grabbing, which is now fixed.
Can you try with latest godocdash?
go get -u github.com/wuudjac/godocdash
If this issue still exists, please show me the output of these commands so that I may reproduce it. Thank you.
go env
find "$GOPATH/src" -maxdepth 3
I just generated a docset on my system (twice to be sure) and I can't see any "Type" or "Function" entries in the search index. It's documenting 1977 packages/constants/variables, but never any types or functions. I can see types and functions exposed on Package pages when I browse the generated docset.
Execution Environment
go version
)go get
(latest)go get
(latest)To reproduce: