1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 10:45:22 +00:00
v2fly/common/buf/buf.go

5 lines
156 B
Go
Raw Normal View History

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