Reviews

The Go Programming Language by Alan Donovan, Brian W. Kernighan

spav's review

Go to review page

4.0

Perhaps the best material to work with Go without much other influence of language nor programming style (read: idiomatic Go).

henkka's review

Go to review page

5.0

Solid overview of the language with good and clear examples for each topic. The book is a bit old by now, but there hasn't been major changes to the core language so it still holds up well.

wllwschrm's review

Go to review page

informative slow-paced

5.0

lucapette's review

Go to review page

5.0

Required reading if you are interested in go. Brilliant writing, solid examples.

spyralnode's review

Go to review page

4.0

Solid book on Go, but difficult to go through as a one read kind of tutorial, feels more like a reference book. I wish the style was less dry and a bit more engaging, but it does work well if you just need explanations over the types of behaviours you are seeing in your code.

mlfowler's review against another edition

Go to review page

4.0

Provides a great overview of the language with lots of worked through examples and exercises. Definitely worth a read even after working with Go for a while as it shows many of the language idioms so that you write decent Go instead of C-like Go.

kawai's review against another edition

Go to review page

5.0

Concise, lucid, with practical exercises at the end of every chapter to reinforce knowledge. About as perfect as a programming language book can be.
More...