Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInfo ¶
type FileInfo struct {
// contains filtered or unexported fields
}
FileInfo implements the os.FileInfo interface
func NewFileInfo ¶
func NewFileInfo() *FileInfo
type FileSystem ¶
type NotExistFS ¶
type NotExistFS struct{}
NotExistFS will always return os.ErrNotExist type errors from calls to Stat
Click to show internal directories.
Click to hide internal directories.