This is my journey on learning GO in 30 days throughout tutorials and hand-on projects. I'm not a fan of watching tutorials, or reading books about technology I have no experience with, that's why I'm following this approach: Learn by building. Through out the journey, I used essentialy two references:
- Day 0: Hello, intro into TDD
- Day 1: Integers, Iterations
- Day 2: Arrays, Slices
- Day 3: Structs, Methods, Interfaces
- Day 4: Pointers, Errors
- Day 5: Maps
- Day 6: Dependency Injection