Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Verbose = false
Functions ¶
Types ¶
type OsLike ¶
type OsLike interface {
Create(name string) (io.WriteCloser, error)
Open(name string) (io.ReadCloser, error)
MkdirAll(path string, perm os.FileMode) error
}
var Os OsLike = stdOs(0)
Click to show internal directories.
Click to hide internal directories.