# Functions
FileDescOk returns true if fd is a valid 'file descriptor'.
NewMemStorage returns a new memory-backed storage implementation.
OpenFile returns a new filesystem-backed storage implementation with the given path.
# Constants
File types.
File types.
File types.
File types.
File types.
# Structs
ErrCorrupted is the type that wraps errors that indicate corruption of a file.
FileDesc is a 'file descriptor'.
# Interfaces
Locker is the interface that wraps Unlock method.
Reader is the interface that groups the basic Read, Seek, ReadAt and Close methods.
Storage is the storage.
Syncer is the interface that wraps basic Sync method.
Writer is the interface that groups the basic Write, Sync and Close methods.
# Type aliases
FileType represent a file type.