Files
ecs/port/port_test.go
spiritysdx 0604528cf1 update
2024-06-25 19:56:54 +08:00

10 lines
79 B
Go

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