Documentation
¶
Index ¶
- func CharLower(char byte) byte
- func CharUpper(char byte) byte
- func FirstLower(s string) string
- func FirstUpper(s string) string
- func PutInt16(n int16) []byte
- func PutInt32(n int32) []byte
- func PutInt64(n int64) []byte
- func PutInt8(n int8) []byte
- func PutUint16(n uint16) []byte
- func PutUint32(n uint32) []byte
- func PutUint64(n uint64) []byte
- func PutUint8(n uint8) []byte
- func StringToBytes(s string) []byte
- func ToInt16(p []byte) int16
- func ToInt32(p []byte) int32
- func ToInt64(p []byte) int64
- func ToInt8(p []byte) int8
- func ToUint16(p []byte) uint16
- func ToUint32(p []byte) uint32
- func ToUint64(p []byte) uint64
- func ToUint8(p []byte) uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringToBytes ¶
StringToByte 字符串转 []byte,转出的 []byte 可读不可写
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.