1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

Chore: rename internal/util package to sortutil (#7719)

* rename internal/util -> internal/sortutil
This commit is contained in:
M Viswanath Sai
2025-07-22 14:40:33 +05:30
committed by GitHub
parent 2f4bf6aea1
commit baf40889d1
8 changed files with 21 additions and 21 deletions

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package util
package sortutil
import (
"cmp"

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package util
package sortutil
import (
"testing"