Skip to main content

3 docs tagged with "golang"

View All Tags

Go Enum

Go does not have enum. You can simulate using constant integer or string by defining a type.