Documentation
¶
Overview ¶
Package singleopen provides functionality for reusing file handles when possible.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct { // FS is the underlying file system used to open files. // The underlying file system should return files that // implement io.ReaderAt. If the file is just a fs.File // calls to Read will be synchronised. FS fs.FS // contains filtered or unexported fields }
FS is a file system that reuses file handles.
Click to show internal directories.
Click to hide internal directories.