Versions in this module Expand all Collapse all v1 v1.0.0 Jan 8, 2021 Changes in this version + func NewThreadsafeSet(values ...string) *tsafeSet + func NewUnsafeSet(values ...string) *unsafeSet + type ID uint64 + func IDFromString(s string) (ID, error) + func (i ID) String() string + type IDSlice []ID + func (p IDSlice) Len() int + func (p IDSlice) Less(i, j int) bool + func (p IDSlice) Swap(i, j int) + type Set interface + Add func(string) + Contains func(string) bool + Copy func() Set + Equals func(Set) bool + Length func() int + Remove func(string) + Sub func(Set) Set + Values func() []string + type URLs []url.URL + func MustNewURLs(strs []string) URLs + func NewURLs(strs []string) (URLs, error) + func (us *URLs) Sort() + func (us URLs) Len() int + func (us URLs) Less(i, j int) bool + func (us URLs) String() string + func (us URLs) StringSlice() []string + func (us URLs) Swap(i, j int) + type URLsMap map[string]URLs + func NewURLsMap(s string) (URLsMap, error) + func NewURLsMapFromStringMap(m map[string]string, sep string) (URLsMap, error) + func (c URLsMap) Len() int + func (c URLsMap) String() string + func (c URLsMap) URLs() []string + type Uint64Slice []uint64 + func (p Uint64Slice) Len() int + func (p Uint64Slice) Less(i, j int) bool + func (p Uint64Slice) Swap(i, j int) Incompatible versions in this module v3.3.27+incompatible Aug 25, 2020 v2.3.8+incompatible Feb 16, 2017