From fbff3bb21a69ebb3d8f980b11e416fe9b5044d7c Mon Sep 17 00:00:00 2001 From: Marc Tuduri Date: Wed, 27 Sep 2023 15:47:39 +0200 Subject: [PATCH] Remove comment --- collector/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/collector/config.go b/collector/config.go index 40ef137f..324a06ff 100644 --- a/collector/config.go +++ b/collector/config.go @@ -11,9 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !noarp -// +build !noarp - package collector type NodeCollectorConfig struct {