sing.go 117 B

1234567
  1. package pool
  2. import "github.com/sagernet/sing/common/buf"
  3. func init() {
  4. buf.DefaultAllocator = defaultAllocator
  5. }