Documentation
¶
Index ¶
- func Md5Byte(data []byte) []byte
- func Md5File(path string) (string, error)
- func Md5FromIoReadCloserWithBuf(r io.ReadCloser, innerBuf []byte) (string, error)
- func Md5Hex(data []byte) string
- func Md5HexFromString(data string) string
- func MustMd5File(path string) string
- func MustMd5FileIgnoreNotExist(path string) string
- func MustMd5FileWithBuf(path string, innerBuf []byte) string
- func MustMd5FromIoReadCloser(r io.ReadCloser) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Md5FromIoReadCloserWithBuf ¶
func Md5FromIoReadCloserWithBuf(r io.ReadCloser, innerBuf []byte) (string, error)
func Md5HexFromString ¶
func MustMd5File ¶
func MustMd5FileWithBuf ¶
func MustMd5FromIoReadCloser ¶
func MustMd5FromIoReadCloser(r io.ReadCloser) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.