Golang packaging

From wikinotes
Revision as of 14:24, 23 May 2022 by Will (talk | contribs) (Created page with "= Within Module = <blockquote> <syntaxhighlight lang="bash"> go get golang.org/x/text # adds requirement to 'go.mod' </syntaxhighlight> </blockquote><!-- Within Module -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Within Module

go get golang.org/x/text  # adds requirement to 'go.mod'