From 6c1c51fb2f76d4411457bfe37e9639efe9e050cf Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Mon, 7 Apr 2025 23:54:15 -0700 Subject: [PATCH] avoid import to testing pkg outside of tests Signed-off-by: Tonis Tiigi --- testutils.go => utils_test.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename testutils.go => utils_test.go (100%) diff --git a/testutils.go b/utils_test.go similarity index 100% rename from testutils.go rename to utils_test.go