# Functions
Base mimics path/filepath for the given path separator.
Clean mimics path/filepath for the given path separator.
Dir mimics path/filepath for the given path separator.
Ext mimics path/filepath for the given path separator.
FromSlash mimics path/filepath for the given path separator.
Join mimics path/filepath for the given path separator.
Match returns true if name matches the shell file name pattern.
NewRenderer returns a Renderer for the given os.
Split mimics path/filepath for the given path separator.
ToSlash mimics path/filepath for the given path separator.
# Constants
OS-specific path list separator.
OS-specific path separator.
OS-specific path list separator.
OS-specific path separator.
# Structs
UnixRenderer is a Renderer implementation for most flavors of Unix.
WindowsRenderer is a Renderer implementation for Windows.
# Interfaces
Renderer provides methods for the different functions in the stdlib path/filepath package that don't relate to a concrete filesystem.