Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DisableCache bool
DisableCache will disable caching of the home directory. Caching is enabled by default.
View Source
var ErrNoHomeDir = errors.New("no home directory available")
ErrNoHomeDir when no home dir could be found
Functions ¶
func Dir ¶
Dir returns the home directory for the executing user.
This uses an OS-specific method for discovering the home directory. An error is returned if a home directory cannot be detected.
func Expand ¶
Expand expands the path to include the home directory if the path is prefixed with `~`. If it isn't prefixed with `~`, the path is returned as-is.
func MustExpand ¶
MustExpand expands path and panics on failure.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.