light-core/test/start_test.go

9 lines
70 B
Go
Raw Normal View History

2024-12-17 22:28:48 +08:00
package test
import (
"testing"
)
func TestStart(t *testing.T) {
}