Skip to content

Instantly share code, notes, and snippets.

@hyqhyq3
Created October 27, 2012 08:55
Show Gist options
  • Save hyqhyq3/3963642 to your computer and use it in GitHub Desktop.
Save hyqhyq3/3963642 to your computer and use it in GitHub Desktop.
conn,err := net.Dial("tcp", "test.com:1024")
if err != nil {
//这里如何确定出错的原因
//是因为主机不可达,还是因为不能解析域名,或者说是连接被拒绝?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment