Clash.Meta/common/pool/sing.go

8 lines
118 B
Go
Raw Normal View History

package pool
2025-05-03 15:06:13 +08:00
import "github.com/metacubex/sing/common/buf"
func init() {
buf.DefaultAllocator = defaultAllocator
}