package
0.0.0-20241123104936-6fbe4e5f2284
Repository: https://github.com/godyy/gutils.git
Documentation: pkg.go.dev
# Functions
NewBuffer 指定buf创建Buffer.
NewBufferWithCap 已指定的容量创建Buffer.
NewFixedBuffer 使用指定size创建FixedBuffer.
# Constants
No description provided by the author
MaxVarintLenN is the maximum length of a varint-encoded N-bit integer.
MaxVarintLenN is the maximum length of a varint-encoded N-bit integer.
MaxVarintLenN is the maximum length of a varint-encoded N-bit integer.
# Variables
ErrBufferTooLarge is passed to panic if memory cannot be allocated to store data in a buffer.
ErrVarintOverflow varint值溢出.