Documentation
¶
Index ¶
- func GZipCompress(p []byte) ([]byte, error)
- func GZipDecompress(binary []byte) ([]byte, error)
- func PKCS7Padding(data []byte, blockSizes ...int) []byte
- func ParseFloat64(value interface{}, args ...float64) float64
- func ParseInt(value interface{}, args ...int) int
- func ParseInt64(value interface{}, args ...int64) int64
- func Split(buf []byte, lim int) [][]byte
- func UnPKCS7Padding(data []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GZipDecompress ¶
GZipDecompress gzip decompress
func ParseFloat64 ¶
ParseFloat64 parse interface to float64
func ParseInt64 ¶
ParseInt64 parse interface to int64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.