This is an automated email from the ASF dual-hosted git repository.
fishy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 6c8f7f99b Make the HTTP line buffer shift and grow correctly Client: d
add 58d49032e THRIFT-2063: Generate maps with container keys as entry
slices Client: go
No new revisions were added by this update.
Summary of changes:
.../src/thrift/generate/go_validator_generator.cc | 20 ++-
compiler/cpp/src/thrift/generate/t_go_generator.cc | 133 +++++++++++++++--
compiler/cpp/src/thrift/generate/t_go_generator.h | 2 +
lib/go/README.md | 18 +++
...ultValueTest.thrift => ContainerKeyTest.thrift} | 23 +--
lib/go/test/Makefile.am | 7 +-
lib/go/test/tests/container_key_test.go | 160 +++++++++++++++++++++
lib/go/test/tests/equals_test.go | 8 ++
.../thrift/{protocol_factory.go => map_entry.go} | 14 +-
test/ThriftTest.thrift | 1 -
test/go/Makefile.am | 3 +-
11 files changed, 356 insertions(+), 33 deletions(-)
copy lib/go/test/{UnionDefaultValueTest.thrift => ContainerKeyTest.thrift}
(56%)
create mode 100644 lib/go/test/tests/container_key_test.go
copy lib/go/thrift/{protocol_factory.go => map_entry.go} (60%)