mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-04 21:53:37 +03:00
7 lines
117 B
Go
7 lines
117 B
Go
package pool
|
|
|
|
import "github.com/sagernet/sing/common/buf"
|
|
|
|
func init() {
|
|
buf.DefaultAllocator = defaultAllocator
|
|
}
|