DEV Community

Discussion on: Can you recommend a book for practical learning of Go?

Collapse
 
bitfield profile image
John Arundel

Yes, it's always a problem when trying to teach something like Go: what do you teach first? I've deliberately focused on tests for the first book, which surprises a lot of people, and in book 2 we get thoroughly into variables and data types (structs and slices are particularly important). Yes, there are lots of links to further reading online and code challenges for people who want to push themselves beyond the basics!