Documentation ¶
Index ¶
- func ArrFromFile(name string) ([]string, error)
- func ArrFromReader(r io.Reader) ([]string, error)
- func ArrToMap(a []string) map[string]string
- func MapFromFile(name string) (map[string]string, error)
- func MapFromReader(r io.Reader) (map[string]string, error)
- func MapToArr(m map[string]string) []string
- func PathFromFile(name string) (string, error)
- func PathFromReader(r io.Reader) (string, error)
- func ToArr(ss ...string) []string
- func ToMap(ss ...string) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrFromFile ¶
func PathFromFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.