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/a001f421-6edb-453a-9307-f88295005cb1%40googlegroups.com.