mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-01 08:48:54 -04:00
5 lines
156 B
Go
5 lines
156 B
Go
// Package buf provides a light-weight memory allocation mechanism.
|
|
package buf
|
|
|
|
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen
|