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 2020/08/18 03:18:26 UTC

[dubbo-go] branch develop updated: Fix: format test/integrate/dubbo/go-server/server.go

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new d4336cc  Fix: format test/integrate/dubbo/go-server/server.go
d4336cc is described below

commit d4336cc27d61f068b500622de4a74bd1687aacef
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Tue Aug 18 11:18:20 2020 +0800

    Fix: format test/integrate/dubbo/go-server/server.go
---
 test/integrate/dubbo/go-server/server.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/integrate/dubbo/go-server/server.go b/test/integrate/dubbo/go-server/server.go
index 115bf0a..a5d18db 100644
--- a/test/integrate/dubbo/go-server/server.go
+++ b/test/integrate/dubbo/go-server/server.go
@@ -48,7 +48,7 @@ func main() {
 	select {
 	case <-stopC:
 		// wait getty send resp to consumer
-		time.Sleep(3*time.Second)
+		time.Sleep(3 * time.Second)
 		return
 	case <-time.After(time.Minute):
 		panic("provider already running 1 min, but can't be call by consumer")