Golab 2019, 2019-10-22, 14:30-16:00, Florence
A short introduction to basic Go patterns.
Implement a few little projects that demonstrate primitives:
- goroutines
- channels
- select
- sync.WaitGroup
- sync.Once
- context
There are slides:
Exercises and examples are in:
Solutions can be found here: