Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Overview ¶ Package pathutil resolves filesystem aliases across platforms. Index ¶ func Resolve(path string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Resolve ¶ func Resolve(path string) (string, error) Resolve returns the absolute path of an existing file or directory, following symbolic links and Windows junctions. It does not grant access to that path; callers must still enforce their filesystem boundaries when opening it. Types ¶ This section is empty. Source Files ¶ View all Source files resolve.goresolve_other.go Click to show internal directories. Click to hide internal directories.