From c78c12d48d4ec31939d02d66741bca6c116ff67a Mon Sep 17 00:00:00 2001 From: qydysky Date: Sat, 23 Mar 2024 18:21:13 +0800 Subject: [PATCH] 1 --- {boolS => bools}/BoolS.go | 0 {boolS => bools}/BoolS_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {boolS => bools}/BoolS.go (100%) rename {boolS => bools}/BoolS_test.go (100%) diff --git a/boolS/BoolS.go b/bools/BoolS.go similarity index 100% rename from boolS/BoolS.go rename to bools/BoolS.go diff --git a/boolS/BoolS_test.go b/bools/BoolS_test.go similarity index 100% rename from boolS/BoolS_test.go rename to bools/BoolS_test.go -- 2.39.2