Home | History | Annotate | Download | only in Example
      1 // automatically generated by the FlatBuffers compiler, do not modify
      2 
      3 package Example
      4 
      5 const (
      6 	ColorRed = 1
      7 	ColorGreen = 2
      8 	ColorBlue = 8
      9 )
     10 
     11 var EnumNamesColor = map[int]string{
     12 	ColorRed:"Red",
     13 	ColorGreen:"Green",
     14 	ColorBlue:"Blue",
     15 }
     16 
     17