]> Cypherpunks repositories - gostls13.git/commit
unicode/utf8: use builtin max function to simplify code
authorJes Cok <xigua67damn@gmail.com>
Tue, 25 Feb 2025 14:10:00 +0000 (14:10 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 25 Feb 2025 18:16:36 +0000 (10:16 -0800)
commit1e92ff11f5fa9d495c05414591516402a202539c
tree8bfbd18cc1a8b8220ee346745f50031622ddf417
parentc441eecbe9324f4278cedb89df191ed226b798d4
unicode/utf8: use builtin max function to simplify code

Change-Id: I6a73b645d074baaa4d09480bdf4192816a8c2450
GitHub-Last-Rev: 202d498eb019c18b9ba30bccc2cb169c9eb79366
GitHub-Pull-Request: golang/go#71945
Reviewed-on: https://go-review.googlesource.com/c/go/+/652177
Auto-Submit: Keith Randall <khr@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/unicode/utf8/utf8.go