1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-03-29 03:39:53 +03:00
Xray-core/common/buf/buf.go
2020-12-04 09:36:16 +08:00

4 lines
200 B
Go

// Package buf provides a light-weight memory allocation mechanism.
package buf // import "github.com/xtls/xray-core/common/buf"
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen