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
Showing
docs/html/md__go_usage.html
0 → 100644
docs/source/GoUsage.md
0 → 100755
go/builder.go
0 → 100644
This diff is collapsed.
go/doc.go
0 → 100644
go/encode.go
0 → 100644
go/struct.go
0 → 100644
go/table.go
0 → 100644
go/unsafe.go
0 → 100644
src/idl_gen_go.cpp
0 → 100755
This diff is collapsed.
tests/GoTest.sh
0 → 100755
tests/MyGame/Example/Any.go
0 → 100644
tests/MyGame/Example/Test.go
0 → 100644
tests/MyGame/Example/Vec3.go
0 → 100644
tests/go_test.go
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment