From f3f8c22d415937fd55745b448e5882b5dca6dbbc Mon Sep 17 00:00:00 2001 From: tiecheng <18768171164@163.com> Date: Sun, 9 Aug 2020 13:55:13 +0800 Subject: [PATCH] change format --- cluster/cluster_impl/base_cluster_invoker.go | 4 +++- cluster/cluster_interceptor.go | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cluster/cluster_impl/base_cluster_invoker.go b/cluster/cluster_impl/base_cluster_invoker.go index 6ab134b28..ced5b15cb 100644 --- a/cluster/cluster_impl/base_cluster_invoker.go +++ b/cluster/cluster_impl/base_cluster_invoker.go @@ -17,7 +17,9 @@ package cluster_impl -import "context" +import ( + "context" +) import ( gxnet "github.com/dubbogo/gost/net" diff --git a/cluster/cluster_interceptor.go b/cluster/cluster_interceptor.go index 8cebc4079..a627e8136 100644 --- a/cluster/cluster_interceptor.go +++ b/cluster/cluster_interceptor.go @@ -17,7 +17,9 @@ package cluster -import "context" +import ( + "context" +) import ( "github.com/apache/dubbo-go/protocol" -- GitLab