Files
mihomo/common/pool/sing.go
2025-06-10 10:54:08 +08:00

8 lines
118 B
Go

package pool
import "github.com/metacubex/sing/common/buf"
func init() {
buf.DefaultAllocator = DefaultAllocator
}