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 9f25750  Mod: go fmt
9f25750 is described below

commit 9f25750b6971c4ba01fd56bdd3f686fb41e1ce16
Author: AlexStocks <alexsto...@foxmail.com>
AuthorDate: Wed Aug 28 14:15:37 2019 +0800

    Mod: go fmt
---
 examples/general/dubbo/go-server/app/user_provider.go  | 2 +-
 examples/general/dubbo/go-server/app/user_provider1.go | 2 +-
 examples/general/dubbo/go-server/app/user_provider2.go | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/general/dubbo/go-server/app/user_provider.go 
b/examples/general/dubbo/go-server/app/user_provider.go
index aeb5ad5..87f0d85 100644
--- a/examples/general/dubbo/go-server/app/user_provider.go
+++ b/examples/general/dubbo/go-server/app/user_provider.go
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
- 
+
 package main
 
 import (
diff --git a/examples/general/dubbo/go-server/app/user_provider1.go 
b/examples/general/dubbo/go-server/app/user_provider1.go
index f1a3abf..afc2a1d 100644
--- a/examples/general/dubbo/go-server/app/user_provider1.go
+++ b/examples/general/dubbo/go-server/app/user_provider1.go
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
- 
+
 package main
 
 import (
diff --git a/examples/general/dubbo/go-server/app/user_provider2.go 
b/examples/general/dubbo/go-server/app/user_provider2.go
index b4a6937..cc19e0b 100644
--- a/examples/general/dubbo/go-server/app/user_provider2.go
+++ b/examples/general/dubbo/go-server/app/user_provider2.go
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
- 
+
 package main
 
 import (

Reply via email to