> For the complete documentation index, see [llms.txt](https://denglj.gitbook.io/essential-go/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://denglj.gitbook.io/essential-go/02-basic-types/enums.md).

# 枚举(不支持)

Go不支持枚举类型。

但您可以通过[常量](/essential-go/04-constants.md)来[模拟枚举](/essential-go/04-constants/mo-ni-mei-ju.md)。
