Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OSFileSystem ¶
type OSFileSystem struct {
}
func NewOSFileSystem ¶
func NewOSFileSystem() OSFileSystem
func (OSFileSystem) CopyDirectory ¶
func (fs OSFileSystem) CopyDirectory(from, to string) error
func (OSFileSystem) Exit ¶
func (OSFileSystem) Exit(code int)
func (OSFileSystem) Remove ¶
func (OSFileSystem) Remove(name string) error
Click to show internal directories.
Click to hide internal directories.