flatbuffers/docs/source
rw 74d5f3701f Port FlatBuffers to Go.
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
2014-07-21 16:40:39 -07:00
..
Benchmarks.md Doc clarifications (Java vectors, test working dir, benchmark fix). 2014-06-23 14:00:58 -07:00
Building.md Doc clarifications (Java vectors, test working dir, benchmark fix). 2014-06-23 14:00:58 -07:00
Compiler.md flatc can now convert flatbuffer binary files into json. 2014-07-11 14:49:43 -07:00
CppUsage.md Add buffer verification functionality to FlatBuffers 2014-07-01 17:52:16 -07:00
doxyfile Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
FlatBuffers.md Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
GoUsage.md Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
Grammar.md
Internals.md
JavaUsage.md Doc clarifications (Java vectors, test working dir, benchmark fix). 2014-06-23 14:00:58 -07:00
Schemas.md Added functionality to assign field ids manually in a schema 2014-07-08 11:12:33 -07:00
WhitePaper.md