Files
ecs/back/port/port_test.go
2025-03-29 18:45:07 +08:00

10 lines
79 B
Go

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