From 6c72a05b645885a96757c436a95813cac0d8e8ab Mon Sep 17 00:00:00 2001 From: black1552 Date: Tue, 3 Feb 2026 17:03:40 +0800 Subject: [PATCH] =?UTF-8?q?chore(valid):=20=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加验证包的基础结构文件 --- valid/index.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 valid/index.go diff --git a/valid/index.go b/valid/index.go new file mode 100644 index 0000000..691266c --- /dev/null +++ b/valid/index.go @@ -0,0 +1 @@ +package valid