You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by yu...@apache.org on 2022/11/02 22:44:15 UTC

[thrift] branch master updated (2acfe0fc7 -> e8353cb46)

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 2acfe0fc7 THRIFT-5650: Implement UUID in Go compiler
     add e8353cb46 Use multi-module to cleanup top level go.mod

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yml             |  4 ----
 go.mod                                  |  9 ---------
 lib/go/Makefile.am                      |  6 +++---
 lib/go/test/Makefile.am                 | 14 +++++---------
 lib/go/test/fuzz/Makefile.am            |  2 +-
 lib/go/test/go.mod                      | 10 ++++++++++
 go.sum => lib/go/test/go.sum            |  4 ----
 lib/go/test/tests/thrifttest_handler.go |  4 ++++
 test/go/Makefile.am                     | 16 ++++++----------
 test/go/genmock.sh                      |  4 ++--
 go.mod => test/go/go.mod                |  9 +++++++--
 go.sum => test/go/go.sum                |  0
 tutorial/go/Makefile.am                 | 16 ++++++----------
 13 files changed, 44 insertions(+), 54 deletions(-)
 create mode 100644 lib/go/test/go.mod
 copy go.sum => lib/go/test/go.sum (87%)
 copy go.mod => test/go/go.mod (55%)
 rename go.sum => test/go/go.sum (100%)