Documentation ¶
Index ¶
- func BytesToHexStr(bs []byte) string
- func CalcSHA(content []byte) string
- func CreateDir(path string) error
- func CreateFile(path string) (*os.File, error)
- func FindInBytes(bs []byte, c byte, start int) int
- func FindInRunes(rs []rune, c rune, start int) int
- func HexStrToBytes(hexStr string) []byte
- func IsDir(path string) (bool, error)
- func IsEmptyDir(path string) (bool, error)
- func IsExist(path string) (bool, error)
- func ObjectIn(collect interface{}, obj interface{}) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToHexStr ¶
func HexStrToBytes ¶
func IsEmptyDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.