From d9228be3141fcaf893d4dfe57df99bd2ed6610fb Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 27 Jun 2024 01:35:35 -0700 Subject: [PATCH] Make package path match package name Signed-off-by: Tamal Saha --- pkg/{feature => features}/feature_gate.go | 0 pkg/{feature => features}/features.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename pkg/{feature => features}/feature_gate.go (100%) rename pkg/{feature => features}/features.go (100%) diff --git a/pkg/feature/feature_gate.go b/pkg/features/feature_gate.go similarity index 100% rename from pkg/feature/feature_gate.go rename to pkg/features/feature_gate.go diff --git a/pkg/feature/features.go b/pkg/features/features.go similarity index 100% rename from pkg/feature/features.go rename to pkg/features/features.go