Added
-
netutil.IPv4bcast,netutil.IPv4allsys, andnetutil.IPv4allrouterfunctions. -
netutil.Subdomainsfunction, which returns all subdomains of a domain, starting from the domain itself. -
stringutil.Set.Equalmethod, which returns true if two sets are equal. -
stringutil.Set.Rangemethod, which allows iterating over all elements of the set without allocating them using theValuesmethod. -
stringutil.AllUniquefunction, which returns true if all given strings are unique.