func golang.org/x/net/http2/hpack.NewEncoder
4 uses
golang.org/x/net/http2/hpack (current package)
encode.go#L35: func NewEncoder(w io.Writer) *Encoder {
golang.org/x/net/http2
server.go#L452: sc.hpackEncoder = hpack.NewEncoder(&sc.headerWriteBuf)
transport.go#L780: cc.henc = hpack.NewEncoder(&cc.hbuf)
google.golang.org/grpc/internal/transport
controlbuf.go#L505: hEnc: hpack.NewEncoder(&buf),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)