fix: 设置忽略弃用文件的文件夹进行编译

This commit is contained in:
spiritlhl
2025-07-17 05:05:35 +00:00
parent f47b1e3023
commit d846dcbf4f
13 changed files with 0 additions and 0 deletions

View File

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