Lines Matching refs:FlatBuffers
6 Before diving into the FlatBuffers usage in Go, it should be noted that
8 to general FlatBuffers usage in all of the supported languages (including Go).
9 This page is designed to cover the nuances of FlatBuffers usage, specific to
17 ## FlatBuffers Go library code location
19 The code for the FlatBuffers Go library can be found at
20 `flatbuffers/go`. You can browse the library code on the [FlatBuffers
23 ## Testing the FlatBuffers Go library
35 ## Using the FlatBuffers Go library
38 example of how to use FlatBuffers in Go.*
40 FlatBuffers supports reading and writing binary FlatBuffers in Go.
42 To use FlatBuffers in your own code, first generate Go classes from your
43 schema with the `--go` option to `flatc`. Then you can include both FlatBuffers