You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/08/18 13:30:59 UTC

[dubbo-go-samples] branch 3.0 updated (a26e3ed -> da000ec)

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git.


    from a26e3ed  Merge pull request #198 from zhaoyunxing92/3.0
     add da000ec  style(*): format imports with dubbogo/tools/imports-formatter (#188)

No new revisions were added by this update.

Summary of changes:
 game/go-server-game/cmd/server.go                        | 16 +++++++---------
 game/go-server-game/tests/integration/main_test.go       |  1 +
 game/go-server-gate/cmd/server.go                        |  1 +
 .../dubbo3/pb/dubbogo-grpc/server/grpcgo-server/main.go  |  2 --
 general/dubbo3/pb/dubbogo-java/protobuf/helloworld.pb.go |  1 -
 generic/protobufjson/go-client/cmd/client.go             |  9 ++++-----
 generic/protobufjson/go-server/cmd/server.go             |  8 ++++----
 generic/protobufjson/go-server/pkg/user.pb.go            |  8 ++++++--
 .../go-server/tests/integration/main_test.go             | 12 ++++++------
 .../go-server/tests/integration/userprovider_test.go     |  5 ++++-
 multi-zone/go-server-hz/tests/integration/main_test.go   |  1 +
 .../go-server-hz/tests/integration/userprovider_test.go  |  1 +
 multi-zone/go-server-sh/tests/integration/main_test.go   |  1 +
 .../go-server-sh/tests/integration/userprovider_test.go  |  1 +
 registry/servicediscovery/etcd/go-client/cmd/client.go   |  2 ++
 registry/servicediscovery/etcd/go-server/cmd/server.go   |  4 ++--
 registry/servicediscovery/etcd/go-server/pkg/user.go     |  7 +++----
 .../etcd/go-server/tests/integration/main_test.go        | 15 ++++++++-------
 .../go-server/tests/integration/userprovider_test.go     |  1 +
 tracing/dubbo/go-server/tests/integration/main_test.go   |  6 ++----
 .../go-server/tests/integration/userprovider_test.go     |  9 +++++++--
 tracing/grpc/go-server/app/helloworld.pb.go              |  4 ----
 22 files changed, 62 insertions(+), 53 deletions(-)