mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-02 19:19:20 +02: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
|