]> Cypherpunks repositories - gostls13.git/commit
bufio: document that NewWriter can return its argument
authorIan Lance Taylor <iant@golang.org>
Mon, 8 Nov 2021 21:57:50 +0000 (13:57 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 9 Nov 2021 20:06:10 +0000 (20:06 +0000)
commit8c20584a8206844be705c50efe8aabb6ab9c503e
tree71eee546219dfa8cc90a51cec43ca55785e1c3de
parentd3aedb72c687cc58e10755eff006a4dd45cb8e15
bufio: document that NewWriter can return its argument

Fixes #49446

Change-Id: Ib0b53a7dd5d567a2dd0bdf29f53d276587b60afb
Reviewed-on: https://go-review.googlesource.com/c/go/+/361921
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/bufio/bufio.go