Files
ecs/port/port_test.go
spiritysdx 467231ddcf init
2024-06-25 16:41:43 +08:00

10 lines
78 B
Go

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