From fea8d84805d355cae1cfa32799373a62c8a84e50 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sat, 2 Aug 2025 11:04:06 -0400 Subject: [PATCH] refactor(cbor): move debug from utils to cbor package Signed-off-by: Chris Gianelloni --- {utils => cbor}/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {utils => cbor}/debug.go (99%) diff --git a/utils/debug.go b/cbor/debug.go similarity index 99% rename from utils/debug.go rename to cbor/debug.go index 65c238f9..ef52f973 100644 --- a/utils/debug.go +++ b/cbor/debug.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package utils +package cbor import ( "bytes"