Hacker News new | ask | show | jobs
by p2detar 2261 days ago
I read “Effective Go”[0], but what really helps me is browsing through the sources of various Go projects and libs in Github. I also keep a tab of Go’s packages docs open [1]. And of course there’s StackOverflow. In general I prefer learning from source code rather than books.

0 - https://golang.org/doc/effective_go.html 1 - https://golang.org/pkg/

1 comments

I’m learning go, too. Check this resource out. https://quii.gitbook.io/learn-go-with-tests/