0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-15 21:07:15 +03:00
Files
Xray-core/common/buf/buf.go

3 lines
129 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"