From 9a5dcd1f1b603e3cd05d1ce28ba76ee85d6478e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <1@72wo.cn> Date: Fri, 4 Jul 2025 18:37:07 +0800 Subject: [PATCH] 1 --- common/serialize/bytearray/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/serialize/bytearray/go.mod diff --git a/common/serialize/bytearray/go.mod b/common/serialize/bytearray/go.mod new file mode 100644 index 000000000..d16d62225 --- /dev/null +++ b/common/serialize/bytearray/go.mod @@ -0,0 +1,3 @@ +module blazing/serialize/bytearray + +go 1.20