A Project with my learnings on go. With the learn-go-with-tests as a guide.
- Hello, world
- Integers
- Iteration
- Arrays and slices
- Structs, methods & interfaces
- Pointers & errors
- Maps
- Dependency Injection
- Mocking
- Concurrency
- Select
- Reflection
- Sync
- Context
- Intro to property based tests
- Maths
- HTTP server
- JSON, routing and embedding
- IO and sorting
- Command line & project structure
- Time
- WebSockets