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

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git

commit a409d88e1b098e77f84887a2228f57974114f40e
Merge: babc570a 41a8b0b9
Author: Ken Liu <[email protected]>
AuthorDate: Fri Jan 19 16:54:15 2024 +0800

    Merge pull request #677 from FinalT/feat-timeout
    
    feat:add timeout sample

 .../timeout/tests/integration/main_test.go         |  48 +++++
 .../timeout/tests/integration/timeout_test.go      |  40 ++++
 start_integrate_test.sh                            |   3 +
 timeout/README.md                                  | 136 ++++++++++++
 timeout/README_cn.md                               | 137 ++++++++++++
 timeout/go-client/cmd/client.go                    |  59 ++++++
 timeout/go-server/cmd/server.go                    |  60 ++++++
 timeout/proto/greet.pb.go                          | 236 +++++++++++++++++++++
 timeout/proto/greet.proto                          |  35 +++
 timeout/proto/greet.triple.go                      | 149 +++++++++++++
 10 files changed, 903 insertions(+)

Reply via email to