//
pkg.gl
Category
github.com/EscanBE/go-lib
validation
package
1.1.0
Repository:
https://github.com/escanbe/go-lib.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
2
Files
14 SLOC
#
Functions
IsValidHostname
IsValidHostname returns true if input hostname is a valid domain name.
IsValidIP
IsValidIP returns true if the provided IP is a valid IP address (IPv4 + IPv6).
IsValidPort
IsValidPort returns true if the port is in-range 1 to 65535.