From 32285a6d198b3d5c3f086e0a3ef1f64b98510618 Mon Sep 17 00:00:00 2001 From: Azis Alvriyanto Date: Fri, 7 Feb 2025 04:06:15 +0700 Subject: [PATCH] format: rename test file from byte_test.go to bytes_test.go (#8865) --- format/{byte_test.go => bytes_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename format/{byte_test.go => bytes_test.go} (100%) diff --git a/format/byte_test.go b/format/bytes_test.go similarity index 100% rename from format/byte_test.go rename to format/bytes_test.go