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