6 ms·
It's nice, but I wish there was a summary page of the syntax. As an experienced coder, I don't really need to understand the concept of a map, only how it's don
by esschul 14y ago
It's nice, but I wish there was a summary page of the syntax. As an experienced coder, I don't really need to understand the concept of a map, only how it's done in go, and maybe restrictions.
- thomas11 14y agoThis book isn't for you, then. I understood it as an introduction to programming, using Go. The official Go website http://golang.org http://golang.org has everything you need, including the spec [1] and the insightful Effective Go [2]. [1] http://golang.org/ref/spec http://golang.org/ref/spec [2] http://golang.org/doc/effective_go.html http://golang.org/doc/effective_go.html