]> Cypherpunks repositories - gostls13.git/commit
os: clarify that File.{Read,Write} use the buffer
authorIan Lance Taylor <iant@golang.org>
Tue, 9 Nov 2021 02:30:30 +0000 (18:30 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 9 Nov 2021 20:08:48 +0000 (20:08 +0000)
commitf48115c6502a3fb791dc4b37f5817024c9731ee3
treefeda3a47704b42a3110af3f4dc064f2d497f9af7
parent8c20584a8206844be705c50efe8aabb6ab9c503e
os: clarify that File.{Read,Write} use the buffer

Fixes #49470

Change-Id: I81fd4b0e2eef1d8d430b5d1d10c4f824e803a75c
Reviewed-on: https://go-review.googlesource.com/c/go/+/362335
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/file.go