trevor@lemmy.ml to Open Source@lemmy.mlEnglish · 2 months agoDistribute Go documentation as static HTML with godoc-staticcodeberg.orgexternal-linkmessage-square1fedilinkarrow-up113cross-posted to: technology@lemmy.ml
arrow-up113external-linkDistribute Go documentation as static HTML with godoc-staticcodeberg.orgtrevor@lemmy.ml to Open Source@lemmy.mlEnglish · 2 months agomessage-square1fedilinkcross-posted to: technology@lemmy.ml
minus-squaretrevor@lemmy.mlOPlinkfedilinkarrow-up1·2 months agogodoc-static starts a local instance of godoc and scrapes it to generate static documentation for one or more Go packages. A demo of godoc-static’s output is available here.
godoc-static starts a local instance of godoc and scrapes it to generate static documentation for one or more Go packages.
A demo of godoc-static’s output is available here.