Files
ecs/basic/basic_test.go
spiritysdx a1491585d6 update
2024-07-26 22:19:29 +08:00

10 lines
86 B
Go

package basic1
import (
"testing"
)
func Test_basic(t *testing.T) {
Basic("zh")
}