Good bedtime reading.
The documentation for the Go standard library.
The documentation for the Go tools.
The official Go Language specification.
The documentation for Google App Engine's Go runtime.
A document that specifies the conditions under which reads of a variable in one goroutine can be guaranteed to observe values produced by writes to the same variable in a different goroutine.
These packages are part of the Go Project but outside the main Go tree.
They are developed under looser compatibility
requirements than the Go core.
Install them with "go get
".
code.google.com/p/go.codereview
[docs]
code.google.com/p/go.crypto
[docs]
code.google.com/p/go.image
[docs]
code.google.com/p/go.net
[docs]
See the documents page for more documentation.