Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type System ¶
type System struct{}
System represents an interface with the filesystem.
func (System) Read ¶
func (System) Read(path string) (io.ReadCloser, error)
Read returns an io.ReadCloser from the file at path.
Click to show internal directories.
Click to hide internal directories.