Files
ecs/goecs_test.go
spiritysdx c611946a9c update
2024-06-30 18:43:33 +08:00

10 lines
73 B
Go

package main
import (
"testing"
)
func Test(t *testing.T) {
main()
}