mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-09-27 11:42:23 +08:00
10 lines
79 B
Go
10 lines
79 B
Go
package port
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func Test(t *testing.T) {
|
|
EmailCheck()
|
|
}
|