Slightly OT, but I really want to learn golang but the amount of available resources[0] makes it quite overwhelming. I don't want to learn simple stuff but also want to go along the basics and learn good coding practice and design patterns. Any recommendations? What's your favorite resource for learning golang that helped you the most?
[0]: https://github.com/golang/go/wiki/Learn
Honestly the Tour of Go on their site is pretty good for just diving into it. You can probably just skim the first few chapters just to get familiar with the syntax.