Go enums and iota — Full of tips and tricks with runnable code examples.
- What is an Enum?
- Why do we need enums?
- How can you imitate an enum in Go?
- Creating enum strings automatically
- How to use iota?
- Iota expressions rules with examples
- Iota insights
Top comments (0)