forked from BigfootDev/flatbuffers
Change-Id: Ib9ec0cb3ddec60b1ca124eaf815fb1ae0cc53e1c Tested: on Windows and Linux Bug: 16186562
10 lines
115 B
Go
10 lines
115 B
Go
// automatically generated, do not modify
|
|
|
|
package Example
|
|
|
|
const (
|
|
ColorRed = 1
|
|
ColorGreen = 2
|
|
ColorBlue = 8
|
|
)
|