]> Cypherpunks repositories - gostls13.git/commit
bytes: add a colon after Output to make the Example in the document display correctly
authorcui fliter <imcusg@gmail.com>
Thu, 29 Feb 2024 08:09:31 +0000 (16:09 +0800)
committerGopher Robot <gobot@golang.org>
Mon, 4 Mar 2024 15:54:40 +0000 (15:54 +0000)
commita5f8ae9f6566946529a51b69d2f3f0689abc00eb
treebddd04d00d90b136402e1fb55365fbca4a85ea95
parent1f1fcc34736087db4d385abf26b4ec0ef64193a1
bytes: add a colon after Output to make the Example in the document display correctly

The document address currently showing the problem is: https://pkg.go.dev/bytes#Buffer.ReadByte

Change-Id: Ib52747e38f72541f3ca2a595aa8eca5d91281c80
Reviewed-on: https://go-review.googlesource.com/c/go/+/568135
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/bytes/example_test.go