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 7d1df1e34 Remove obsolete thrift-maven-plugin and document standard
Maven usage Client: java
add eae7893c9 THRIFT-6195: Compare Go set and entry-slice map fields
without regard to order Client: go
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_go_generator.cc | 56 +++++++---
compiler/cpp/src/thrift/generate/t_go_generator.h | 4 +
lib/go/README.md | 11 +-
lib/go/test/tests/container_key_test.go | 21 ++++
lib/go/test/tests/equals_test.go | 45 ++++++++
lib/go/test/tests/struct_key_test.go | 39 ++++---
lib/go/thrift/unordered_equal.go | 75 +++++++++++++
lib/go/thrift/unordered_equal_test.go | 122 +++++++++++++++++++++
8 files changed, 337 insertions(+), 36 deletions(-)
create mode 100644 lib/go/thrift/unordered_equal.go
create mode 100644 lib/go/thrift/unordered_equal_test.go