Documentation
¶
Index ¶
- Constants
- func Contains(vs []string, t string) bool
- func Filter(vs []string, f func(string, int) bool) []string
- func Index(vs []string, t string) int
- func IsDir(name string) bool
- func IsExists(name string) bool
- func Keys(m map[string]string) []string
- func Map(vs []string, f func(string, int) string) []string
- func ParseCmd(cmd string) ([]string, error)
- func ParseDirMappings(paths []string) map[string]string
- func Reverse(arr []string) []string
- func ShutdownSignals() []os.Signal
- func SortDesc(arr []string) []string
- func Split(str string, sep string) []string
Constants ¶
View Source
const MAPPING_DELIMITER string = "|"
Variables ¶
This section is empty.
Functions ¶
func ParseDirMappings ¶
func ShutdownSignals ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.