type io.WriteCloser

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

	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 {