Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandLowercaseString ¶
RandLowercaseString returns a random string of length n
Types ¶
type StringSet ¶ added in v1.1.0
type StringSet struct {
// contains filtered or unexported fields
}
StringSet is a threadsafe set of strings
func NewStringSet ¶ added in v1.1.0
NewStringSet returns a StringSet popluated by the contents of "set"
func (*StringSet) Contains ¶ added in v1.1.0
Contains returns true if the given string is contained in the StringSet
Click to show internal directories.
Click to hide internal directories.