const bytes.MinRead

3 uses

	bytes (current package)
		buffer.go#L200: const MinRead = 512
		buffer.go#L209: 		i := b.grow(MinRead)

	crypto/tls
		conn.go#L826: 	c.rawInput.Grow(needs + bytes.MinRead)