]> Cypherpunks.ru repositories - gostls13.git/commit
src: rename unexported errors by adding prefix err
authorOleksandr Redko <oleksandr.red+github@gmail.com>
Sun, 12 Feb 2023 13:37:00 +0000 (15:37 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 16 Feb 2023 23:09:19 +0000 (23:09 +0000)
commit3ad6393f8676b1b408673bf40b8a876f29561eef
tree7338eaf302fd64d9d24e9776999a919e87c71778
parent135c470b2277e1c9514ba8a5478408fea0dee8a2
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>
src/encoding/binary/varint.go
src/encoding/binary/varint_test.go
src/fmt/scan.go
src/time/format.go
src/time/zoneinfo_plan9.go
src/time/zoneinfo_read.go