go/src/fmt
Oleksandr Redko 3ad6393f86 src: rename unexported errors by adding prefix err
By convention, use `err` as prefix for variables of type `error`.

Change-Id: I9401d5d47e994a27be245b2c8b1edd55cdd52db1
Reviewed-on: https://go-review.googlesource.com/c/go/+/467536
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
2023-02-16 23:09:19 +00:00
..
doc.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
errors.go errors, fmt: add support for wrapping multiple errors 2022-09-29 18:40:40 +00:00
errors_test.go errors, fmt: add support for wrapping multiple errors 2022-09-29 18:40:40 +00:00
example_test.go fmt: fix spelling mistake in example 2019-03-25 21:03:10 +00:00
export_test.go
fmt_test.go fmt: rely on utf8.AppendRune 2022-09-21 13:54:31 +00:00
format.go fmt: rely on utf8.AppendRune 2022-09-21 13:54:31 +00:00
gostringer_example_test.go
print.go errors, fmt: add support for wrapping multiple errors 2022-09-29 18:40:40 +00:00
scan.go src: rename unexported errors by adding prefix err 2023-02-16 23:09:19 +00:00
scan_test.go fmt: add uintptr test case 2022-11-23 22:49:51 +00:00
state_test.go fmt: add a function to recover the original format string given a State 2022-08-06 09:19:31 +00:00
stringer_example_test.go
stringer_test.go