]> Cypherpunks repositories - gostls13.git/commit
time: remove redundant uint32 conversion in split
authorcxbdasheng <cxbdasheng@gmail.com>
Thu, 24 Jul 2025 06:23:23 +0000 (06:23 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 25 Jul 2025 03:30:20 +0000 (20:30 -0700)
commit0fa88dec1e23ceeef9f5719e0f9ccb94766e53e7
tree8ea5134df07db067f3548e88df7eae30b3488c21
parentada30b8248e535b6bc7939b339803bb87412e861
time: remove redundant uint32 conversion in split

cd is a uint32 converted again.

Change-Id: Ia41e247e0644c17cd9e0593d79457db77512fc3e
GitHub-Last-Rev: 1ba8596e2761be75cc35f79e8245a96d6bb81096
GitHub-Pull-Request: golang/go#74679
Reviewed-on: https://go-review.googlesource.com/c/go/+/689055
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/time/time.go