github.com/songzhibin97/gkit@v1.2.13/cache/buffer/byte_pool_test.go (about) 1 package buffer 2 3 import ( 4 "testing" 5 ) 6 7 func Test_newBytePool(t *testing.T) { 8 p := localBytePool 9 t.Log(p) 10 }