Go: Difference between revisions

From wikinotes
 
No edit summary
Line 1: Line 1:
Google's programming language.


 
= Documentation =
<blockquote>
{| class="wikitable"
|-
| official docs || https://go.dev/doc/
|-
| standard library || https://pkg.go.dev/std
|-
| language spec || https://go.dev/ref/spec
|-
| cli tools || https://go.dev/doc/cmd
|-
|}
</blockquote><!-- Documentation -->


= References =
= References =

Revision as of 18:36, 21 January 2022

Google's programming language.

Documentation

official docs https://go.dev/doc/
standard library https://pkg.go.dev/std
language spec https://go.dev/ref/spec
cli tools https://go.dev/doc/cmd

References