zealdocs / zeal

Offline documentation browser inspired by Dash
https://zealdocs.org
GNU General Public License v3.0
11.51k stars 782 forks source link

Go packages #143

Open zoli opened 10 years ago

zoli commented 10 years ago

We could use godoc for adding go packages documentation existing in $GOPATH to zeal.

cewood commented 9 years ago

Dash added support for fetching GoDocs from godocs.org, is there any plan to implement support for this feature in Zeal?

Regarding the local $GOPATH package documentation, Kapeli commented that he'd look at adding support for that to Dash, but doesn't seem to have done anything with it still; https://github.com/golang/gddo/issues/149#issuecomment-36059937

trollixx commented 9 years ago

I would not expect this implemented in the nearest future. A significant piece of Zeal needs a refactoring and/or rewriting to make support for different docset formats pluggable, and I lack enough of free time at the moment. :(

AGPDev commented 7 years ago

Dead ?

trollixx commented 7 years ago

Deferred :)

AGPDev commented 7 years ago

exists way to make this manual, or other alternative ?

trollixx commented 7 years ago

There are tools like dashing or doc2dash that can generate docsets from a set of HTML files. I am not aware of anything specifically intended for Go documentation.

wuudjac commented 6 years ago

Hi, I've written a command line tool called godocdash to do it.

https://github.com/wuudjac/godocdash

Typically, just go get this command and run, it takes only a few seconds to generate the docset.

Helithumper commented 3 years ago

This is a very old issue, but it would be much appreciated. Dash currently has a similar feature that I use often.