light-core/test/start_test.go
2024-12-17 22:28:48 +08:00

9 lines
70 B
Go

package test
import (
"testing"
)
func TestStart(t *testing.T) {
}