Documentation
¶
Index ¶
- func AsciiEncode(s string) string
- func Chtime(filename string) bool
- func CompiledAllMatch(reg *regexp.Regexp, s string) ([]string, bool)
- func CompiledMatch(reg *regexp.Regexp, s string) (string, bool)
- func Fatal(s string)
- func GetExcPath() string
- func GetFdLimit() int
- func IsRoot() bool
- func IsWin() bool
- func MaptoString(m map[string]interface{}) string
- func Match(regexpstr string, s string) (string, bool)
- func MergeMaps(m1, m2 map[string]interface{}) map[string]interface{}
- func SliceContains(s []string, e string) bool
- func SliceUnique(ss []string) []string
- func Str2uintlist(s string) []uint
- func ToInt(s string) int
- func ToString(data interface{}) string
- func ToStringMap(i interface{}) map[string]string
- func UintSlice2str(i []uint) []string
- func Unique(data interface{}) interface{}
- type SafeMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsciiEncode ¶ added in v2.8.6
func CompiledAllMatch ¶ added in v2.8.6
func CompiledMatch ¶ added in v2.8.6
func GetExcPath ¶
func GetExcPath() string
func GetFdLimit ¶
func GetFdLimit() int
func SliceContains ¶
func Str2uintlist ¶
func UintSlice2str ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.