Documentation ¶ Index ¶ func PathParse(path string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func PathParse ¶ func PathParse(path string) string PathParse expands "~" and "$HOME" to the absolute path of the user's home directory. It returns the cleaned absolute path, or the original path if no expansion is needed. Types ¶ This section is empty. Source Files ¶ View all Source files path_parse.go Click to show internal directories. Click to hide internal directories.