Cool. BTW, there is another docs generator: https://github.com/go101/gold (written by me).
On Thursday, February 6, 2020 at 7:56:15 PM UTC-5 Trevor Slocum wrote: > Repository: https://gitlab.com/tslocum/godoc-static > > Demo output: https://docs.rocketnine.space > > Inspired by the recent news of godoc.org shutting down I have created > godoc-static. While we could all migrate to pkg.go.dev, we could also > host and update our documentation ourselves. > > When invoked, "godoc -http=localhost:####" is started, relevant package > documentation pages and source code is scraped and rewritten to fix > styling, expanding content, etc., then godoc is terminated. > > Note that while things seem to work, I have only focused on shipping the > MVP so far. Here be dragons. For instance, to get this to work on my VPS > I had to set GO111MODULE to off and clone relevant package sources to > GOPATH. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/fe350dfa-296f-4430-a19b-d82afa2629f0n%40googlegroups.com.