const bytes.MinRead

3 uses

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

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