Documentation ¶
Index ¶
- type IoUtil
- func (f *IoUtil) AppendLines(pathname string, lines []string) error
- func (f *IoUtil) AppendText(pathname string, text string) error
- func (f *IoUtil) DeleteFile(pathname string) error
- func (f *IoUtil) ReadLines(pathname string) ([]string, error)
- func (f *IoUtil) ReadText(pathname string) (string, error)
- func (f *IoUtil) WriteLines(pathname string, lines []string) error
- func (f *IoUtil) WriteText(pathname string, text string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.