From 29c195dc2eeae88041a52c41c6a5212e2e4d767d Mon Sep 17 00:00:00 2001 From: flycash <flycash@apache.org> Date: Tue, 21 Jan 2020 19:09:11 +0800 Subject: [PATCH] Fix Review --- cluster/cluster_impl/broadcast_cluster_invoker.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/cluster_impl/broadcast_cluster_invoker.go b/cluster/cluster_impl/broadcast_cluster_invoker.go index 4184c6c96..1b49e9a11 100644 --- a/cluster/cluster_impl/broadcast_cluster_invoker.go +++ b/cluster/cluster_impl/broadcast_cluster_invoker.go @@ -19,7 +19,8 @@ package cluster_impl import ( "context" - +) +import ( "github.com/apache/dubbo-go/cluster" "github.com/apache/dubbo-go/common/logger" "github.com/apache/dubbo-go/protocol" -- GitLab