Documentation ¶ Overview ¶ Package path provides utilities to resolve relative paths to absolute paths. Index ¶ func Get(p string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Get ¶ func Get(p string) (string, error) Get resolves the given path to an absolute path. If the path is empty, it returns an empty string. If the path is already absolute, it returns the cleaned path. Otherwise, it returns the absolute path relative to the current working directory. Types ¶ This section is empty. Source Files ¶ View all Source files path.go Click to show internal directories. Click to hide internal directories.