1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-03-03 21:43:22 +03:00

5 lines
200 B
Go
Raw Normal View History

2020-11-25 19:01:53 +08:00
// Package buf provides a light-weight memory allocation mechanism.
2020-12-04 09:36:16 +08:00
package buf // import "github.com/xtls/xray-core/common/buf"
2020-11-25 19:01:53 +08:00
2020-12-04 09:36:16 +08:00
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen