var io.ErrShortWrite

17 uses

	io (current package)
		io.go#L29: var ErrShortWrite = errors.New("short write")
		io.go#L444: 				err = ErrShortWrite
		multi.go#L90: 			err = ErrShortWrite
		multi.go#L114: 			err = ErrShortWrite

	bufio
		bufio.go#L645: 		err = io.ErrShortWrite

	bytes
		buffer.go#L273: 			return n, io.ErrShortWrite
		reader.go#L150: 		err = io.ErrShortWrite

	crypto/cipher
		io.go#L41: 		err = io.ErrShortWrite

	golang.org/x/net/http2
		frame.go#L378: 		err = io.ErrShortWrite

	golang.org/x/net/http2/hpack
		encode.go#L79: 		err = io.ErrShortWrite

	net/http
		h2_bundle.go#L1941: 		err = io.ErrShortWrite

	net/http/httputil
		reverseproxy.go#L661: 				return written, io.ErrShortWrite

	net/http/internal
		chunked.go#L252: 		err = io.ErrShortWrite

	os
		file.go#L200: 		err = io.ErrShortWrite

	strings
		reader.go#L150: 		err = io.ErrShortWrite

	text/tabwriter
		tabwriter.go#L254: 		err = io.ErrShortWrite

	vendor/golang.org/x/net/http2/hpack
		encode.go#L79: 		err = io.ErrShortWrite