var golang.org/x/net/http2.errChanPool

7 uses

	golang.org/x/net/http2 (current package)
		server.go#L988: var errChanPool = sync.Pool{
		server.go#L999: 	ch := errChanPool.Get().(chan error)
		server.go#L1031: 	errChanPool.Put(ch)
		server.go#L2192: 		errc = errChanPool.Get().(chan error)
		server.go#L2204: 			errChanPool.Put(errc)
		server.go#L2813: 		done:   errChanPool.Get().(chan error),
		server.go#L2830: 		errChanPool.Put(msg.done)