# Packages
No description provided by the author
Package env contains functions that retrieve data from the environment.
No description provided by the author
# Functions
DirInfo creates a fs.FileInfo for a directory with the given name.
FileInfo creates a static fs.FileInfo with the given properties.
FileInfoDirEntry adapts a fs.FileInfo into a fs.DirEntry.
No description provided by the author
No description provided by the author
# Interfaces
ContentTypeFileInfo is an fs.FileInfo that can also report its content type.
WithContexter is an fs.FS that can be configured with a custom context.
WithHeaderer is an fs.FS that can be configured to send a custom http.Header.
WithHTTPClienter is an fs.FS that can be configured with a custom http.Client.