Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomStringFrom ¶
RandomStringFrom generates random string from base runes
Types ¶
type StringList ¶
type StringList []string
StringList extended []string definition
func (StringList) Append ¶
func (s StringList) Append(i ...string) StringList
Append add items to the list
func (StringList) Has ¶
func (s StringList) Has(i string) bool
Has return true if item is on the list
func (StringList) Remove ¶
func (s StringList) Remove(i ...string) StringList
Remove items from the list
func (StringList) Sort ¶
func (s StringList) Sort() StringList
func (StringList) Unique ¶
func (s StringList) Unique() StringList
Click to show internal directories.
Click to hide internal directories.