Documentation ¶
Index ¶
- func ArrayStringIncludes(arr []string, names ...string) (string, bool)
- func ExistPath(path string) bool
- func FindAllGroups(re *regexp.Regexp, s string) map[string]string
- func MountFindAllGroups(re string, s string) (map[string]string, error)
- func SHA1(stream io.Reader) string
- func SHA256(stream io.Reader) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAllGroups ¶
FindAllGroups returns a map with each match group. The map key corresponds to the match group name. A nil return value indicates no matches.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.