// Copyright 2019 github.com. All rights reserved. // Use of this source code is governed by github.com. package util import "testing" func Test_Mobile(t *testing.T) { t.Log(IsCNMobile("+8618180877052")) } func Test_Email(t *testing.T) { t.Log(IsEmail("aa@193.cc")) }