bufio.Writer.Reset (method)

13 uses

	bufio (current package)
		bufio.go#L593: func (b *Writer) Reset(w io.Writer) {

	github.com/go-git/go-git/v5/plumbing/format/packfile
		scanner.go#L416: 	r.wbuf.Reset(r.crc)

	github.com/go-redis/redis/v8/internal/pool
		conn.go#L53: 	cn.bw.Reset(netConn)
		conn.go#L85: 			cn.bw.Reset(cn.netConn)

	github.com/prometheus/common/expfmt
		text_create.go#L82: 		b.Reset(out)

	golang.org/x/net/http2
		http2.go#L277: 		bw.Reset(w.w)
		http2.go#L289: 	bw.Reset(nil)
		server.go#L2137: 	rws.bw.Reset(chunkWriter{rws})

	net/http
		h2_bundle.go#L3349: 		bw.Reset(w.w)
		h2_bundle.go#L3361: 	bw.Reset(nil)
		h2_bundle.go#L5692: 	rws.bw.Reset(http2chunkWriter{rws})
		server.go#L858: 			bw.Reset(w)
		server.go#L866: 	bw.Reset(nil)