Documentation ¶
Index ¶
- func DirList(dirPath string) ([]string, error)
- func GenQrcode(content, file string) error
- func IsExist(fp string) bool
- func IsFile(fp string) bool
- func Mkdir(path string) error
- func ParseByFile(filePath string, m map[string]string, ...) (string, error)
- func ParseByFileWithBrace(filePath string, m map[string]string) (string, error)
- func ParseByFileWithSquareBrace(filePath string, m map[string]string) (string, error)
- func ReadBytes(filePath string) ([]byte, error)
- func ReadString(filePath string) (string, error)
- func ReadStringTrim(filePath string) (string, error)
- func WriteBytes(filePath string, content []byte) (int, error)
- func WriteString(filePath string, content string) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseByFile ¶
func ParseByFileWithBrace ¶
func ReadString ¶
func ReadStringTrim ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.