Hacker News new | ask | show | jobs
by 7ewis 3378 days ago
Can you recommend any resources to start learning Go?
5 comments

- Learn the language: https://tour.golang.org/welcome/1

- Learn the programming environment: https://golang.org/doc/code.html

- Learn the idioms and best practices: https://golang.org/doc/effective_go.html

... and most importantly, go practice and build something!

Note: Ladon can be run as a service to use in your main application should you want to avoid learning go.
gopl.io is a great book
The official site is awesome