mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Int31 -> Int32 Int31n -> Int32N Int63 -> Int64 Int63n -> Int64N Intn -> IntN The 31 and 63 are pedantic and confusing: the functions should be named for the type they return, same as all the others. The lower-case n is inconsistent with Go's usual CamelCase and especially problematic because we plan to add 'func N'. Capitalize the n. For #61716. Change-Id: Idb1a005a82f353677450d47fb612ade7a41fde69 Reviewed-on: https://go-review.googlesource.com/c/go/+/516857 Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Robert Griesemer <gri@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> |
||
|---|---|---|
| .. | ||
| 50102.txt | ||
| 51246.txt | ||
| 51971.txt | ||
| 53693.txt | ||
| 54898.txt | ||
| 56353.txt | ||
| 58000.txt | ||
| 59599.txt | ||
| 60061.txt | ||
| 60088.txt | ||
| 60204.txt | ||
| 60370.txt | ||
| 61410.txt | ||
| 61619.txt | ||
| 61642.txt | ||
| 61716.txt | ||
| 61758.txt | ||
| 61870.txt | ||
| 61974.txt | ||