Documentation
¶
Index ¶
- func Contains(ss []string, str string) bool
- func Diff(base, exclude []string) (result []string)
- func Find(ss []string, str string) int
- func Remove(ss []string, s string) (result []string)
- func Reverse(s string) string
- func SubStr(s string, start, length int) string
- func ToBytes(str string) []byte
- func ToFloat64(s string) (float64, error)
- func ToInt(s string) (int, error)
- func ToInt64(str string) (int64, error)
- func ToStr(bytes []byte) string
- func Unique(ss []string) (result []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Diff ¶ added in v0.2.32
Diff Creates an slice of slice values not included in the other given slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.