We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac8bc9 commit f3fa1f4Copy full SHA for f3fa1f4
buffer.go
@@ -55,7 +55,7 @@ func (b *buffer) fill(need int) (err error) {
55
return
56
}
57
58
-// grow the buffer to the given size
+// grow the buffer to at least the given size
59
// credit for this code snippet goes to Maxim Khitrov
60
// https://groups.google.com/forum/#!topic/golang-nuts/ETbw1ECDgRs
61
func (b *buffer) grow(size int) {
0 commit comments