# Functions
NewLocalFS creates a FileSystem interface that interacts with the local file system.
# Interfaces
File provides a mockable interface for os file operations.
FileInfo provides a mockable interface for file operations.
FileSystem provides a mockable abstraction over os file methods.
# Type aliases
FileMode is a type alias for os.FileMode.