Documentation
¶
Index ¶
- func BytesToString(bs []byte) string
- func GobDecode(bs []byte, e interface{}) error
- func GobDecodeString(bs string, e interface{}) error
- func GobEncode(e interface{}) ([]byte, error)
- func StringToBytes(s string) []byte
- func Unzip(data []byte) ([]byte, error)
- func Zip(data []byte) (res []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToString ¶
BytesToString convert byte slice to string
func GobDecodeString ¶
GobDecodeString decode string to obj by gob
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.