flatbuffers/go
rw 2dfff15a9d Improve Builder user interface.
+ Add state to the Builder object to track if we are inside a table,
  and if we are finished building the buffer.
+ Use this data to check that a buffer is being built correctly.
+ Panic if a buffer is not being built correctly.
+ Test that the panics happen as expected.

Based on d236dea13d.
2015-11-11 17:08:16 -08:00
..
builder.go Improve Builder user interface. 2015-11-11 17:08:16 -08:00
doc.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
encode.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
struct.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
table.go Add byte slice accessor to Go code 2015-04-06 11:44:22 -07:00
unsafe.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00