rocket9@feddit.org to FOSS - Freie Software@feddit.orgEnglish · 2 months agoDistribute Go documentation as static HTML with godoc-staticcodeberg.orgexternal-linkmessage-square1linkfedilinkarrow-up16arrow-down10cross-posted to: technology@lemmy.mlopensource@lemmy.ml
arrow-up16arrow-down1external-linkDistribute Go documentation as static HTML with godoc-staticcodeberg.orgrocket9@feddit.org to FOSS - Freie Software@feddit.orgEnglish · 2 months agomessage-square1linkfedilinkcross-posted to: technology@lemmy.mlopensource@lemmy.ml
minus-squarerocket9@feddit.orgOPlinkfedilinkEnglisharrow-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.