2018-04-03 16:34:59 -04:00
|
|
|
// Package buf provides a light-weight memory allocation mechanism.
|
2021-02-16 15:31:50 -05:00
|
|
|
package buf
|
2017-04-08 19:43:25 -04:00
|
|
|
|
2021-02-16 15:31:50 -05:00
|
|
|
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen
|