mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
Implement code generation and runtime library for Go, derived from the Java implementation. Additionally, the test suite verifies: - the exact bytes in the Builder buffer during object construction, - vtable deduplication, and - table construction, via a fuzzer derived from the C++ implementation. Change-Id: Ib95a019c684891def2b50281e570b4843fea7baa
10 lines
115 B
Go
10 lines
115 B
Go
// automatically generated, do not modify
|
|
|
|
package Example
|
|
|
|
const (
|
|
ColorRed = 0
|
|
ColorGreen = 1
|
|
ColorBlue = 2
|
|
)
|