mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
10 lines
143 B
Go
10 lines
143 B
Go
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
package Example
|
|
|
|
const (
|
|
ColorRed = 1
|
|
ColorGreen = 2
|
|
ColorBlue = 8
|
|
)
|