Documentation ¶
Index ¶
- func Bytes2str(b []byte) string
- func BytesToStringWithNoCopy(bytes []byte) string
- func ClearByteMemory(src []byte)
- func ClearStringMemory(src *string)
- func MinInt(x, y int) int
- func SplitFirstSep(s, sep string) string
- func SplitToTwo(s, sep string) (string, string)
- func Str2bytes(s string) []byte
- func StringInSlice(a string, list []string) bool
- func StringToBytesWithNoCopy(s string) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToStringWithNoCopy ¶
BytesToStringWithNoCopy convert array of byte to string
func StringInSlice ¶
StringInSlice convert string to bool
func StringToBytesWithNoCopy ¶
StringToBytesWithNoCopy convert string to byte
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.