]> Cypherpunks repositories - gostls13.git/commit
strings: use Go style character range comparison in ToUpper/ToLower
authorTobias Klauser <tklauser@distanz.ch>
Tue, 9 Apr 2019 06:35:36 +0000 (08:35 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 9 Apr 2019 13:57:16 +0000 (13:57 +0000)
commit78175474c4a93c2b18516d2127a160b83926c143
treed56db1763a9b7a7e1878a5d316009b73326a0527
parent4166ff42c09cae4ca9e15154627e7cfc80586c65
strings: use Go style character range comparison in ToUpper/ToLower

As noted by Brad in CL 170954 for package bytes.

Change-Id: I2772a356299e54ba5b7884d537e6649039adb9be
Reviewed-on: https://go-review.googlesource.com/c/go/+/171198
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/strings/strings.go