What about something like this (not fully tested)
godoc -http=:8080 &
wget -e robots=off -m
http://localhost:8080
You may need to do some rewriting in apache to do any final fixups.
On Thu, Sep 20, 2012 at 4:27 PM, Mike Chaten <
mch...@gmail.com> wrote:
> Is there a way to generate static html + css js from godoc instead of
> having it served via net/http? I need to serve up documentation from an
> apache server that I don't control. As far as I can tell, the -html flag
> only outputs html with invalid links to *.go files.
>
> Thanks,
> -Mike
>
> --
>
>