mirror of
https://github.com/optim-enterprises-bv/Xray-core.git
synced 2025-11-02 11:37:56 +00:00
5 lines
200 B
Go
5 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
|