Hacker News new | ask | show | jobs
by olah_1 2540 days ago
This[0] is the best way I've seen to learn Golang. It's exactly what I needed to make things stick and make sense.

0: https://quii.gitbook.io/learn-go-with-tests/

2 comments

I have to second this as well. What’s even better is if you require more detail on a subject, there’s often a link to another well-written, detailed Go article.
I completely agree - I've worked through most of this as well and I feel it is a really great way to introduce someone to the language. It seems to me that a lot of languages would benefit from this style of tutorial or introduction.