Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSlice ¶
type StringSlice []string
StringSlice is a slice of strings
func (StringSlice) DeleteIndex ¶
func (s StringSlice) DeleteIndex(i int) StringSlice
DeleteIndex deletes index i in StringSlice s
func (StringSlice) DeleteValue ¶
func (s StringSlice) DeleteValue(str string) StringSlice
DeleteValue deletes the first entry with value str in StringSlice s
Click to show internal directories.
Click to hide internal directories.