Documentation
¶
Index ¶
- func GetFilePerm(path string) (string, error)
- func IsExist(path string) bool
- func MustOpen(path string) (*os.File, error)
- func MustOpenWithAppend(path string) (*os.File, error)
- func MustOpenWithFlag(path string, flag int) (*os.File, error)
- func ReadAsBytes(path string) ([]byte, error)
- func WriteAsBytes(path string, b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFilePerm ¶
func ReadAsBytes ¶
func WriteAsBytes ¶
WriteAsBytes will overwrite the target file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.