7 lines
117 B
Go
7 lines
117 B
Go
package pool
|
|
|
|
import "github.com/sagernet/sing/common/buf"
|
|
|
|
func init() {
|
|
buf.DefaultAllocator = defaultAllocator
|
|
}
|