本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
133B

  1. package object
  2. import (
  3. "bufio"
  4. "sync"
  5. )
  6. var bufPool = sync.Pool{
  7. New: func() interface{} {
  8. return bufio.NewReader(nil)
  9. },
  10. }
上海开阖软件有限公司 沪ICP备12045867号-1