Versions in this module Expand all Collapse all v1 v1.12.1 Jun 18, 2026 Changes in this version + var ErrInvalidPath = errors.New("the path contains invalid characters") + func Humanize(path Path) (string, error) + func Lowercase() []string + func Uppercase() []string + type List map[Path]string + func Lower() *List + func Names() *List + func Special() *List + func Upper() *List + type Path string + func Obfuscate(name string) Path + func (path Path) String() string + func (path Path) Valid() bool