# README
Level 1
Goal
- Understanding channels with some complexity
- Idiomatic Go
What are we doing?
- There is a cache
- Data is written or read from the cache only via channels
- We pass channels to both read and write data
Topics covered
- Concurrent memory access
- Goroutines
- Channels