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 377232169 THRIFT-3874: Add PHP wakeup serializer regression coverage
(#3795)
add 29e4c2372 THRIFT-6175: Add struct_key_entries option to the Go
generator Client: go
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_go_generator.cc | 155 +++++++--
compiler/cpp/src/thrift/generate/t_go_generator.h | 6 +
lib/go/README.md | 33 ++
lib/go/test/ContainerKeyTest.thrift | 11 +
lib/go/test/Makefile.am | 6 +
lib/go/test/StructKeyTest.thrift | 96 ++++++
lib/go/test/tests/container_key_test.go | 5 +
lib/go/test/tests/struct_key_test.go | 368 +++++++++++++++++++++
8 files changed, 652 insertions(+), 28 deletions(-)
create mode 100644 lib/go/test/StructKeyTest.thrift
create mode 100644 lib/go/test/tests/struct_key_test.go