mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 09:17:32 -05: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/v5/common/errors/errorgen
|