Go Resources

I was recently clued into Go being:

  1. a really useful language to learn
  2. theoretically easy to

Not missing a chance to learn, I have been diving in. This post is a history of my travels, so other travelers might benefit.

I don’t know what your ideal way of learning a new programming language is, but for me it’s a mix of working on problems, seeing good patterns, and hearing some of the underlying theory for why the language is the way it is. To that end, I have been using:

Book + Offical Stuff

Exercises

Walkthroughs/Tours

Juxtapositions

Why is Go like that?

Concurrency Patterns