mihomo/common/pool/sing.go
2022-10-06 19:23:38 +08:00

8 lines
117 B
Go

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