Documentation
¶
Index ¶
- func Abs(x int) int
- func AsInt(s string) int
- func BinaryToInt(s string) int64
- func CheckError(err error)
- func CloneInts(ints []int) (clone []int)
- func Contains(item int, list []int) bool
- func GetFileString(name string) string
- func IndexOf(item string, list []string) int
- func IndexOfInt(item int, list []int) int
- func IndexOfInt64(item int64, list []int64) int
- func ReadFile(name string) []string
- func RemoveEmpty(s []string) []string
- func ReverseString(s string) (result string)
- func Unique(strSlice []string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinaryToInt ¶
func CheckError ¶
func CheckError(err error)
func GetFileString ¶
func IndexOfInt ¶
func IndexOfInt64 ¶
func RemoveEmpty ¶
func ReverseString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.