trevor@lemmy.ml to Open Source@lemmy.mlEnglish · 2 months agoDistribute Go documentation as static HTML with godoc-staticcodeberg.orgexternal-linkmessage-square1linkfedilinkarrow-up113arrow-down10
arrow-up113arrow-down1external-linkDistribute Go documentation as static HTML with godoc-staticcodeberg.orgtrevor@lemmy.ml to Open Source@lemmy.mlEnglish · 2 months agomessage-square1linkfedilink
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.