Files
ecs/.back/port/port_test.go

10 lines
79 B
Go

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