DEV Community

Cover image for Day 2 of My Golang Journey
Kshitij Jain
Kshitij Jain

Posted on

Day 2 of My Golang Journey

I’m documenting my Golang learning day by day. Today I went deeper into the language and covered:

  1. Closures
  2. Recursion
  3. Pointers
  4. Strings & Runes
  5. Formatting Verbs & the fmt package
  6. Structs & Methods
  7. Interfaces
  8. Struct Embedding
  9. 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)