Go: Difference between revisions

From wikinotes
No edit summary
Line 2: Line 2:
Simple support for cross compilation.
Simple support for cross compilation.


<syntaxhighlight lang="bash">
go install example.com/x/foo@latest  # install executable to OS
go run hello.go                      # build/run go src
</syntaxhighlight>


= Documentation =
= Documentation =

Revision as of 14:21, 19 June 2022