From cfa2b668e2b2d4ca3f9f2418f4456c5f5c9e3d79 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 11 Oct 2019 14:44:34 +0100 Subject: [PATCH] go fmt --- store/etcd/etcd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/etcd/etcd.go b/store/etcd/etcd.go index d0094fb4..bd3697c7 100644 --- a/store/etcd/etcd.go +++ b/store/etcd/etcd.go @@ -5,8 +5,8 @@ import ( "context" "log" - "github.com/coreos/etcd/mvcc/mvccpb" client "github.com/coreos/etcd/clientv3" + "github.com/coreos/etcd/mvcc/mvccpb" "github.com/micro/go-micro/config/options" "github.com/micro/go-micro/store" )