· 6 years ago · Oct 08, 2019, 09:04 PM
1link := "yandex.ru" 2res, _ := exec.Command("traceroute", "-I", link).Output() 3fmt.Println(string(res))