cloverstd / tcping

ping over a tcp connection
MIT License
803 stars 163 forks source link

built newest version, then show wrong info #12

Closed rogerBridge closed 5 years ago

rogerBridge commented 5 years ago

when I running: go build, it shows: ./main.go:5:2: imported and not used: "net" ./main.go:8:2: imported and not used: "strings", when I remove related packages, then running: tcping baidu.com, it shows: Ping tcp://:80 - failed: dial tcp :80: connect: connection refused;

rogerBridge commented 5 years ago

go version: go 1.12.5