Skip to main content

7 docs tagged with "go"

View All Tags

Go

The Go programming language.

Go Enum

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