Andrew's Digital Garden

Enums in Go

Unfortunately, there are no enums in go. There is a system using iota, but it's not as intuitive as enums in other languages

[[go]]

Enums in Go