From 03155c97857e5627a4695de0d999c10f376c6a18 Mon Sep 17 00:00:00 2001 From: pherzheyu <99853473+pherzheyu@users.noreply.github.com> Date: Sat, 30 Apr 2022 15:13:23 +0800 Subject: [PATCH] mock etcd nolint --- registry/etcdv3/registry_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/etcdv3/registry_test.go b/registry/etcdv3/registry_test.go index 2435bc96fa..4b0952364f 100644 --- a/registry/etcdv3/registry_test.go +++ b/registry/etcdv3/registry_test.go @@ -15,6 +15,7 @@ * limitations under the License. */ +// nolint package etcdv3 import (