Install
go install github.com/mitranim/gow@latest
~/go/bin/gow -v -c test
- Install Go
- Hello, World
- Integers
- Iteration
- Arrays and slices
- Structs, methods and interfaces
- Pointers and errors
- Maps
- Dependency Injection
- Mocking
- Concurrency
- Select
- Reflection
- Sync
- Context
- Intro to property based tests
- Maths
- Reading files
- Templating
- Generics
- Revisiting arrays and slices with generics
- HTTP Server
- JSON, routing, and embedding
- ID and sorting
- command line and package structure
- Time
- WebSockets