Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewFileReader fsifce.FileReaderFunc = func(path string) (io.ReadCloser, error) { return os.Open(path) }
View Source
var NewFileSeeker fsifce.FileSeekerFunc = func(path string) (io.ReadSeekCloser, error) { return os.Open(path) }
View Source
var NewFileWriter fsifce.FileWriterFunc = func(path string) (io.WriteCloser, error) { return os.Create(path) }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.