Versions in this module Expand all Collapse all v0 v0.1.0 May 20, 2022 Changes in this version + func IsDir(name string) bool + func IsFile(name string) bool + func MapSlice(src []S, mapper func(S) T) []T + func MustReadOption(options map[string]interface{}, key string) T + func MustReadStringOption(options map[string]interface{}, key string) string + type ErrorCollection struct + func NewErrorCollection(errs []error) *ErrorCollection + func (e *ErrorCollection) Error() string