type io.WriteCloser

13 uses

	io (current package)
		io.go#L143: type WriteCloser interface {

	encoding/base64
		base64.go#L284: func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser {

	encoding/hex
		hex.go#L242: func Dumper(w io.Writer) io.WriteCloser {

	github.com/andybalholm/brotli
		http.go#L15: func HTTPCompressor(w http.ResponseWriter, r *http.Request) io.WriteCloser {
		http.go#L19: func HTTPCompressorWithLevel(w http.ResponseWriter, r *http.Request, level int) io.WriteCloser {

	github.com/coder/websocket
		write.go#L29: func (c *Conn) Writer(ctx context.Context, typ MessageType) (io.WriteCloser, error) {
		write.go#L95: func (c *Conn) writer(ctx context.Context, typ MessageType) (io.WriteCloser, error) {

	github.com/klauspost/compress/flate
		stateless.go#L53: func NewStatelessWriter(dst io.Writer) io.WriteCloser {

	github.com/klauspost/compress/zstd
		zip.go#L117: func ZipCompressor(opts ...EOption) func(w io.Writer) (io.WriteCloser, error) {
		zip.go#L119: 	return func(w io.Writer) (io.WriteCloser, error) {

	net/http/internal
		chunked.go#L225: func NewChunkedWriter(w io.Writer) io.WriteCloser {

	net/textproto
		writer.go#L43: func (w *Writer) DotWriter() io.WriteCloser {

	vendor/golang.org/x/text/unicode/norm
		readwriter.go#L66: func (f Form) Writer(w io.Writer) io.WriteCloser {