From 4c41c49a93c8719b0e5a44bb754d90efa19e65cc Mon Sep 17 00:00:00 2001 From: "coredns[bot]" Date: Mon, 2 Aug 2021 10:29:33 +0000 Subject: [PATCH] auto go fmt Signed-off-by: coredns[bot] --- plugin/kubernetes/object/namespace.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/kubernetes/object/namespace.go b/plugin/kubernetes/object/namespace.go index b800cbb77..ec1b466b9 100644 --- a/plugin/kubernetes/object/namespace.go +++ b/plugin/kubernetes/object/namespace.go @@ -11,8 +11,8 @@ import ( // Namespace is a stripped down api.Namespace with only the items we need for CoreDNS. type Namespace struct { // Don't add new fields to this struct without talking to the CoreDNS maintainers. - Version string - Name string + Version string + Name string *Empty }