Documentation ¶ Index ¶ func Exists(path string) bool func Mkdir(path string) error func Open(path string) (*os.File, error) func Read(path string) ([]byte, error) func Remove(path string) error func Write(path string, content []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Exists ¶ func Exists(path string) bool func Mkdir ¶ func Mkdir(path string) error func Open ¶ func Open(path string) (*os.File, error) func Read ¶ func Read(path string) ([]byte, error) func Remove ¶ func Remove(path string) error func Write ¶ func Write(path string, content []byte) error Types ¶ This section is empty. Source Files ¶ View all Source files files.go Click to show internal directories. Click to hide internal directories.