Ask HN: What is the best way to learn Go?
1–10 of 17 posts
Re: Ask HN: What is the best way to learn Go?
#2Re: Ask HN: What is the best way to learn Go?
#3https://www.oreilly.com/library/view/intermediate-go-program...
Also checkout this repo for helpful links: https://awesome-go.com/free-e-books/
Re: Ask HN: What is the best way to learn Go?
#4Check out the examples: https://gobyexample.com/
Check the docs for anything else: https://go.dev/doc/
Re: Ask HN: What is the best way to learn Go?
#5question sir, why not rust or typescript or python? what makes you want golang?
Re: Ask HN: What is the best way to learn Go?
#640 yrs jeez. question sir, why not rust or typescript or python? what makes you want golang?
Re: Ask HN: What is the best way to learn Go?
#7Instead, I would suggest that you try to find a bunch of blog posts and lectures and read/watch them in order to get a feeling of the Go philosophy. The official Go blog has some good articles and otherwise I recommend to have a look at what Rob Pike and Russ Cox has written/presented.
Then I believe that as soon as possible it’s a good idea to start some toy project so that you can dive in.
I’m afraid I don’t have too many links to share. This might be a good starting point: https://www.youtube.com/watch?v=7VcArS4Wpqk
Here’s a meta-resource that could be useful: https://github.com/avelino/awesome-go (see the Resources section at the end of the ToC).
Best of luck!
Re: Ask HN: What is the best way to learn Go?
#8Read the spec: https://go.dev/ref/spec Check out the examples: https://gobyexample.com/ Check the docs for anything else: https://go.dev/doc/
Re: Ask HN: What is the best way to learn Go?
#9Re: Ask HN: What is the best way to learn Go?
#10Read the spec: https://go.dev/ref/spec Check out the examples: https://gobyexample.com/ Check the docs for anything else: https://go.dev/doc/