Resources relating to the Go programming language. I've chosen "Golang" to make this page more search friendly.
Distributed in-memory object store. It can be used both as an embedded Go library and as a language-independent service. Github
Dave Chaney has some great advice in his presentation "Practical Go: Real world advice for writing maintainable Go programs". Presentation Archive
The entire Go spec is published as EBNF online. Spec
Google has a style guide. Website