mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-27 01:07:10 +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
|
|
}
|