flatbuffers/go
Michael Le 60975d6f7e
Add key lookup support for tables in Go (#7644)
* Add support for key lookup for tables in Go

* Run clang format

* Run go fmt on tests

* Remove TODO in tests

* Update LookupByKey API

* Update LookupByKey API

* Don't use resolvePointer in expectEq

* Use generated getters instead of reading values directly from buffer

* Fix typo

Co-authored-by: Derek Bailey <derekbailey@google.com>
2022-11-22 14:08:19 -08:00
..
BUILD.bazel
builder.go Add key lookup support for tables in Go (#7644) 2022-11-22 14:08:19 -08:00
doc.go
encode.go GetUOffsetT must get value by GetUint32 not GetInt32 (#6072) 2021-02-18 18:38:25 -08:00
grpc.go [go]add Name() for ForceCodec interface (#5486) 2019-08-19 15:32:04 -07:00
lib.go Add key lookup support for tables in Go (#7644) 2022-11-22 14:08:19 -08:00
sizes.go
struct.go
table.go