My solutions for Learn Go with tests
Mostly following along with the course.
- Hello, World
- Integers
- Iteration
- Arrays and slices
- Structs, methods and interfaces
- Pointers and errors
- Maps
- Dependency injection
- Mocking
- Concurrency
- Select
- Reflection
- Sync
- Context
- Property based tests
- Maths
- Reading files
- Templating
- Generics