Versions in this module Expand all Collapse all v1 v1.0.1 Jun 23, 2022 Changes in this version + func BuildHexFromBytes(ipBytes []uint8) string + func BuildIPFromBytes(ipBytes []uint8) string + func BuildIPv6FromBytes(ipBytes []uint8) string + func BuildIpv6(s string) string + func ParseBool(str string) (bool, error) + func ParseIp(addr string) (net.IP, error) + func ParseIpPort(s string) (string, string, error) + func ParsePort(port string) (uint16, error)