exp/errors/fmt
Russ Cox bcd21879b8 all: gofmt
Gofmt to update doc comments to the new formatting.

For golang/go#51082.

Change-Id: Iac828c845b6d7ae0eab93fcf007f3ef8e16c8ed7
Reviewed-on: https://go-review.googlesource.com/c/exp/+/399614
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
2022-04-14 15:34:11 +00:00
..
adaptor.go errors/fmt: add adaptor support 2018-12-21 15:06:31 +00:00
doc.go all: gofmt 2022-04-14 15:34:11 +00:00
errors.go errors/fmt: remove spurious newline 2019-01-21 17:29:15 +00:00
errors_test.go errors/fmt: don’t indent first line of detail in absence of message 2019-01-04 20:53:36 +00:00
example_test.go errors/fmt: add copy of fmt @go1.11.1 2018-10-22 07:32:39 +00:00
export_test.go errors/fmt: add copy of fmt @go1.11.1 2018-10-22 07:32:39 +00:00
fmt_test.go errors/fmt: test fmt copy not std lib fmt 2020-08-19 20:29:07 +00:00
format.go errors/fmt: don’t indent first line of detail in absence of message 2019-01-04 20:53:36 +00:00
format_example_test.go errors/fmt: change format of detail printing 2018-11-26 08:57:10 +00:00
print.go all: gofmt 2022-04-14 15:34:11 +00:00
scan.go errors/fmt: avoid string(int) 2020-05-13 19:09:11 +00:00
scan_test.go errors/fmt: add copy of fmt @go1.11.1 2018-10-22 07:32:39 +00:00
stringer_test.go errors/fmt: add copy of fmt @go1.11.1 2018-10-22 07:32:39 +00:00