trevor@lemmy.ml to Technology@lemmy.mlEnglish · 2 months agoDistribute Go documentation as static HTML with godoc-staticcodeberg.orgexternal-linkmessage-square1linkfedilinkarrow-up12arrow-down10cross-posted to: foss_de@feddit.orgopensource@lemmy.ml
arrow-up12arrow-down1external-linkDistribute Go documentation as static HTML with godoc-staticcodeberg.orgtrevor@lemmy.ml to Technology@lemmy.mlEnglish · 2 months agomessage-square1linkfedilinkcross-posted to: foss_de@feddit.orgopensource@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.