package
2.0.4+incompatible
Repository: https://github.com/angwangiot/hprose-golang.git
Documentation: pkg.go.dev

# Functions

ByteString converts []byte to string without memory allocation by block magic.
FromUint32 translates uint32 to 4 byte.
GetDateBytes returns the []byte representation of year, month and day.
GetIntBytes returns the []byte representation of i in base 10.
GetNsecBytes returns the []byte representation of nsec.
GetTimeBytes returns the []byte representation of hour, min and sec.
GetUintBytes returns the []byte representation of u in base 10.
Itoa returns the string representation of i.
LocalProxy make a local object to a proxy struct.
Max returns the max one of a, b.
Min returns the min one of a, b.
StringByte converts string to string without memory allocation by block magic.
ToUint32 translates 4 byte to uint32.
UTF16Length return the UTF16 length of str.
UUIDv4 returns a version 4 UUID string.