mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
8 lines
118 B
Go
8 lines
118 B
Go
package pool
|
|
|
|
import "github.com/metacubex/sing/common/buf"
|
|
|
|
func init() {
|
|
buf.DefaultAllocator = defaultAllocator
|
|
}
|