type io.WriteCloser

11 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 {

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

	google.golang.org/grpc/encoding
		encoding.go#L49: 	Compress(w io.Writer) (io.WriteCloser, error)

	google.golang.org/grpc/internal/binarylog
		sink.go#L162: func NewBufferedSink(o io.WriteCloser) Sink {

	net/http/httputil
		httputil.go#L35: func NewChunkedWriter(w io.Writer) io.WriteCloser {

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

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

	os/exec
		exec.go#L1049: func (c *Cmd) StdinPipe() (io.WriteCloser, error) {

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