ToolsGodoc
G

Godoc

Go documentation tool

documentationBSD-3-Clause
Install
go get golang.org/x/tools/cmd/godoc

About

Godoc is the tool used to generate Go documentation from source code comments. Serves as both CLI tool and web server.

godocumentation