Releases: Wing924/hostutils
Releases · Wing924/hostutils
v.2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.1.0
v1.0.1
v1.0.0
func Normalize(hosts []string) (packedHosts []string)
Normalize Unpack and pack hosts
func NormalizeString(hosts string) (packedHosts []string)
NormalizeString Unpack and pack hosts
func Pack(hosts []string) (packedHosts []string)
Pack Pack full hosts list into short abbreviated hosts.
func PackString(hosts string) (packedHosts []string)
PackString Pack space septated full hosts list into short abbreviated
hosts.
func Unpack(packedHosts []string) (hosts []string)
Unpack Unpack short abbreviated hosts into full hosts list.
func UnpackString(packedHosts string) (hosts []string)
Unpack Unpack space septated short abbreviated hosts into full hosts
list.