Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Files

Latest commit

 

History

History

tcp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This project is archived, please move to gonetx/tcp.

Detect

Detect checks if a tcp address is connectable with specific timeout.

ok, err := tcp.Detect("www.google.com:443", time.Second)
fmt.Println(ok, err)