add ping.go

This commit is contained in:
deepzz0
2016-10-10 22:41:54 +08:00
parent 9788b43e32
commit 0dc40d518b
5 changed files with 57 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ func TestCheckDomain(t *testing.T) {
t.Log(CheckDomain(d))
t.Log(CheckDomain(d1))
t.Log(CheckDomain(d1))
t.Log(CheckDomain(d1))
t.Log(CheckDomain(d2))
t.Log(CheckDomain(d3))
t.Log(CheckDomain(d4))
}