mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
18 lines
279 B
Go
18 lines
279 B
Go
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
package Example
|
|
|
|
type Color = int8
|
|
const (
|
|
ColorRed Color = 1
|
|
ColorGreen Color = 2
|
|
ColorBlue Color = 8
|
|
)
|
|
|
|
var EnumNamesColor = map[Color]string{
|
|
ColorRed:"Red",
|
|
ColorGreen:"Green",
|
|
ColorBlue:"Blue",
|
|
}
|
|
|