Previous: Code Examples, Up: Introduction to Go [Index]
Go
official website: https://golang.org
Go
Blog at https://blog.golang.org
Go
Playground at https://play.golang.org
Go
(and a regrettable
limitation of a paper book) is the ability to run Go
programs from the
web pages that describe them. This functionality is provided by the Go
Playground.
godoc
tool.
Go
Tour at https://tour.golang.org
Go
, an orderly walk
through the language.
Go
is open source, found at https://golang.org/pkg
Go
.
Emacs go-mode
is at https://github.com/dominikh/go-mode.el
go-mode
that shipped with ‘Go 1.0.3’ and
before, and was part of ‘Go 1.1’ until ‘Go 1.3’. Beginning with ‘Go 1.4’,
editor integration will not be part of the Go
distribution anymore,
making this repository the canonical place for go-mode
.
Previous: Code Examples, Up: Introduction to Go [Index]