I really like Jon Bodner’s Learning Go, 2nd Edition [Book] (I read the previous edition).
The first thing it taught me was the len(s)
and cap(s)
of slices which was slightly more complex than I had grokked from simple examples online. It’s thorough but still beginner-level - the way I like it.
1 Like