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 2019/08/27 05:44:47 UTC

[dubbo-go] branch 1.1 updated: Imp: format common/url.go

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

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


The following commit(s) were added to refs/heads/1.1 by this push:
     new f7d8c00  Imp: format common/url.go
f7d8c00 is described below

commit f7d8c0087df255e726846100b97319509f1d3f5a
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Tue Aug 27 13:44:37 2019 +0800

    Imp: format common/url.go
---
 common/url.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/url.go b/common/url.go
index 6e54536..9a984a8 100644
--- a/common/url.go
+++ b/common/url.go
@@ -70,7 +70,7 @@ type baseUrl struct {
 	Port     string
 	//url.Values is not safe map, add to avoid concurrent map read and map write error
 	paramsLock   sync.RWMutex
-	Params   url.Values
+	Params       url.Values
 	PrimitiveURL string
 	ctx          context.Context
 }