Golang documentation

From wikinotes
Revision as of 01:21, 21 June 2022 by Will (talk | contribs) (Created page with "= Documentation = <blockquote> {| class="wikitable" |- | standard library || https://pkg.go.dev/std |- |} </blockquote><!-- Documentation --> = go doc = <blockquote> <syntaxhighlight lang="bash"> # list module docs/sigs (stdlib, internal) go doc internal/logger go doc io | bat -l go # nicely syntax highlighted </syntaxhighlight> </blockquote><!-- -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

standard library https://pkg.go.dev/std

go doc

# list module docs/sigs (stdlib, internal)
go doc internal/logger
go doc io | bat -l go   # nicely syntax highlighted