Documentation ¶
Index ¶
- func GenMd5(data []byte) (md5sum string)
- func GenYYYYMMDD(sec int64) (yyyymmdd int)
- func GetCurrentFuncName() (funcName string)
- func GetCurrentPath() (currentPath string, err error)
- func HASH32(data []byte) uint32
- func HASH64(data []byte) uint64
- func IsDarwin() bool
- func IsLinux() bool
- func IsLittleEndian() bool
- func IsWindows() bool
- func MD5File(pathFile string) (md5sum string, err error)
- func MkdirAll(path string) (err error)
- func OverWriteFile(pathFile string, data []byte) (err error)
- func PathFileExists(pathFile string) bool
- func SaveJson(v interface{}, dstPathFile string) (err error)
- func UnmarshalJsonFile(pathFile string, v interface{}) (err error)
- func UnmarshalXmlFile(pathFile string, v interface{}) (err error)
- type TimeMgr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentFuncName ¶
func GetCurrentFuncName() (funcName string)
func IsLittleEndian ¶
func IsLittleEndian() bool
func OverWriteFile ¶
func PathFileExists ¶
func UnmarshalJsonFile ¶
func UnmarshalXmlFile ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.