Documentation ¶
Index ¶
- func B2S(b []byte) string
- func DirExists(name string) bool
- func Exists(name string) bool
- func GetCurrentExecDir() (dir string, err error)
- func GetCurrentPath() (string, error)
- func ListDir(dirPth string) (files []string, err error)
- func ListFiles(dirPth string, suffix string) (files []string, err error)
- func ListSubPath(osDirname string) ([]string, error)
- func Md5CheckSum(filename string) (string, error)
- func S2B(s string) []byte
- func StrBuilder(args ...string) string
- func WriteToFile(c []byte, filename string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func B2S ¶
B2S converts a byte slice to a string. It's fasthttpgx, but not safe. Use it only if you know what you're doing.
func GetCurrentExecDir ¶
func GetCurrentPath ¶
func ListSubPath ¶
func Md5CheckSum ¶
func S2B ¶
S2B converts a string to a byte slice. It's fasthttpgx, but not safe. Use it only if you know what you're doing.
func StrBuilder ¶
func WriteToFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.