package
0.1.12
Repository: https://github.com/antlabs/wsutil.git
Documentation: pkg.go.dev

# Functions

newBuffer returns a new Buffer whose buffer has the specified size.

# Structs

固定大小的FixedReader, 所有的内存都是提前分配好的 标准库的bufio.Reader不能自定义buf传过去, 导致控制力度会差点.