var io.blackHolePool

3 uses

	io (current package)
		io.go#L587: var blackHolePool = sync.Pool{
		io.go#L595: 	bufp := blackHolePool.Get().(*[]byte)
		io.go#L601: 			blackHolePool.Put(bufp)