Proposal Details
currently this tool only acts as a server, and has no way (to my knowledge) of just dumping the module documentation as HTML files. current workarounds of using wget
are cumbersome and error prone.
Comment From: 3052
note I linked a similar previous issue that the author closed. I feel this is something that the current tool should support, rather than a third party solution. also the previous issue was slightly different, in that the actual original request was to be able to download an HTML dump from the site itself, rather than creating the HTML with a tool
Comment From: ianlancetaylor
This sounds like something that should be a separate tool: take the documentation for a Go package and emit HTML files.
Comment From: seankhliao
Duplicate of #2381