Hacker News new | ask | show | jobs
by ebb_earl_co 1701 days ago
Interesting. Do you have a beginner’s course or tutorial that you would suggest? Something like the Rust book is wha came to mind
1 comments

I would start with https://gobyexample.com/ and https://learnxinyminutes.com/docs/go/

Go By Example will take a beginner from Hello World to writing a server in a short time, and you can naturally splice in other skills.