All Versions
2
Latest Version
Avg Release Cycle
387 days
Latest Release
1982 days ago

Changelog History

  • v1.0.1 Changes

    October 25, 2018
    • ๐Ÿ‘Œ Support go mod.
    • ๐Ÿ‘Œ Support go 1.11.
  • v1.0.0 Changes

    October 03, 2017
    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.