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