Documentation
¶
Index ¶
- func CreateIfNotExist(file string) (*os.File, error)
- func ReadAll(fileName string) (values []byte, err error)
- func ReadLine(fileName string) (values []string, err error)
- func WriteLineByAppend(fileName string, values []string) (err error)
- func WriteLineByTruncate(fileName string, values []string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateIfNotExist ¶
CreateIfNotExist creates a file if it is not exists.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.