I’m documenting my Golang learning day by day. Today I went deeper into the language and covered:
- Closures
- Recursion
- Pointers
- Strings & Runes
- Formatting Verbs & the fmt package
- Structs & Methods
- Interfaces
- Struct Embedding
- Generics
I’m sharing this to stay accountable and connect with others who are also exploring Go.
For those with more experience: what are some common mistakes or best practices around these topics that I should know early on?
Top comments (0)