fix: 迁移主main暂不使用的组件

This commit is contained in:
spiritsoul
2025-03-29 18:45:07 +08:00
parent abaf021e1c
commit 23aae0b32b
8 changed files with 3 additions and 3 deletions

9
back/basic/basic_test.go Normal file
View File

@@ -0,0 +1,9 @@
package basic1
import (
"testing"
)
func Test_basic(t *testing.T) {
Basic("zh")
}