package
0.0.0-20241005165219-eb1bcf33780f
Repository: https://github.com/root4loot/goutils.git
Documentation: pkg.go.dev
# Functions
IsValidHost checks if the given host is a valid hostname or IP address with an optional port.
IsValidHostname checks if the given hostname is a valid domain name based on RFC 1123.
IsValidIP checks if the provided IP address is valid.
IsValidPort checks if the given port is a valid port number.