# Functions
FromOSFileInfo converts os.FileInfo to an ls.FileInfo.
# Structs
FileInfo holds file metadata.
LongStringer is a Stringer that returns the file info formatted in `ls -l` long format.
NameStringer is a Stringer implementation that just prints the name.
QuotedStringer is a Stringer that returns the file name surrounded by qutoes with escaped control characters.
# Interfaces
Stringer provides a consistent way to format FileInfo.