const bytes.MinRead

3 uses

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

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