Go: Difference between revisions

From wikinotes
Tag: Manual revert
No edit summary
Line 20: Line 20:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Examples =
<blockquote>
<syntaxhighlight lang="go">
go install example.com/x/foo@latest  # install executable to OS
go run hello.go                      # build/run go src
</syntaxhighlight>
</blockquote><!-- Examples -->


= Intro/Reference =
= Intro/Reference =

Revision as of 14:05, 19 June 2022