Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func FastAbs(path string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FastAbs ¶ func FastAbs(path string) (string, error) FastAbs is an optimized version of filepath.Abs for Unix systems, since we don't expect the working directory to ever change once Caddy is running. Avoid the os.Getwd syscall overhead. Types ¶ This section is empty. Source Files ¶ View all Source files filepath_unix.go Click to show internal directories. Click to hide internal directories.