Go: Difference between revisions

From wikinotes
No edit summary
m (Will moved page Golang to Go)
(No difference)

Revision as of 19:41, 19 February 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