package goping import ( "testing" ) func TestPing(tt *testing.T) { //if len(os.Args) < 3 { // fmt.Printf("Param domain |data package Sizeof|trace times\n Ex: ./Ping www.so.com 100 4\n") // os.Exit(1) //} //PS, err := strconv.Atoi(os.Args[2]) //if err != nil { // fmt.Println("you need input correct PackageSizeof(complete int)") // os.Exit(1) //} //Count, err := strconv.Atoi(os.Args[3]) //if err != nil { // fmt.Println("you need input correct Counts") // os.Exit(1) //} Ping("www.baidu.com", 48, 5) //Ping("www.baidu.com", 48, 5) }