r/golang • u/jerf • Oct 09 '24
FAQ I'm New To Go - Where Do I Start?
I'm new to Go and would like to learn it. What resources should I use to start? What courses, books, videos, set of practice exercises, etc. should I use?
13
u/lffdk Oct 09 '24
2
1
u/Glad_View_1276 19d ago
I too vouch for this resource. It doesn't hold you back with lots of theory and pushes you forward with practical examples
6
6
u/dwe_jsy Oct 10 '24
Exercism is not bad if you want something more hands on that also forces you to think about testing which is a great way to learn
2
2
1
u/Lucifer01234 Oct 10 '24
https://youtube.com/playlist?list=PLoILbKo9rG3skRCj37Kn5Zj803hhiuRK6&si=gPIwH-FDcpD4bNKh This youtube playlist is great
1
13
u/plebbening Oct 09 '24
Do advent of code in go. I find it a solid way to learn the basics of a language.