This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 875178c0a THRIFT-5744: Switch to slog for go library
add 51e541eae THRIFT-5745: Implement slog.LogValuer on go TStructs
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_go_generator.cc | 64 ++++++++--
lib/go/test/tests/slog_tstruct_wrapper_test.go | 132 +++++++++++++++++++++
lib/go/thrift/slog.go | 55 +++++++++
.../{header_protocol_test.go => slog_test.go} | 27 ++---
4 files changed, 249 insertions(+), 29 deletions(-)
create mode 100644 lib/go/test/tests/slog_tstruct_wrapper_test.go
create mode 100644 lib/go/thrift/slog.go
copy lib/go/thrift/{header_protocol_test.go => slog_test.go} (68%)