Hacker News new | ask | show | jobs
by h4ck_th3_pl4n3t 634 days ago
https://quii.gitbook.io/learn-go-with-tests

Learn go with tests shows you the "go way" to do it, and introduces you to its integrated testing system while also teaching you go's language concepts.

I highly recommend it, it's awesome and was definitely worth doing it even whennyou are an experienced go programmer already.

The key to benefit from go's toolchain the most is to set your opinions aside. Once you do that, the toolchain will automate so many things for you that you will learn to like only a couple weeks later because it takes time for the conventions to sink in...

1 comments

I have a very good memory on this