Hacker News new | ask | show | jobs
by asim 1312 days ago
If you want to have a solid understanding and need to do it in just a few hours here's a few things to review.

- The Go programming language spec https://go.dev/ref/spec

- Effective Go https://go.dev/doc/effective_go

- Advanced Go concurrency patterns https://go.dev/talks/2013/advconc.slide#1

- Plus many more talks/slides https://go.dev/talks/

2 comments

I created this video on concurrency (maybe advanced) patterns a while back that some may find helpful but it's pretty long https://www.youtube.com/watch?v=U3_2xiPxyA8.
This was really good. You should do more of these. Cheers.
Thanks so much! I'd love to once I can find more time :)
The "How to write Go code" article https://go.dev/doc/code is also very useful to actually know how to structure a codebase