package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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)
Documentation
¶
Detect checks if a tcp address is connectable with specific timeout
Source Files
¶
Click to show internal directories.
Click to hide internal directories.