Golang packaging: Difference between revisions

From wikinotes
(Created page with "= Within Module = <blockquote> <syntaxhighlight lang="bash"> go get golang.org/x/text # adds requirement to 'go.mod' </syntaxhighlight> </blockquote><!-- Within Module -->")
 
(No difference)

Revision as of 19:30, 23 May 2022

Within Module

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