Home | History | Annotate | Download | only in Example
      1 // Code generated by the FlatBuffers compiler. DO NOT EDIT.
      2 
      3 package Example
      4 
      5 type Color = int8
      6 const (
      7 	ColorRed Color = 1
      8 	ColorGreen Color = 2
      9 	ColorBlue Color = 8
     10 )
     11 
     12 var EnumNamesColor = map[Color]string{
     13 	ColorRed:"Red",
     14 	ColorGreen:"Green",
     15 	ColorBlue:"Blue",
     16 }
     17 
     18