]> Cypherpunks repositories - gostls13.git/commit
time: fix time.Before to reuse t.sec(), u.sec()
authorPaschalis Tsilias <paschalis.tsilias@gmail.com>
Mon, 3 Feb 2020 08:47:41 +0000 (10:47 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 16 Mar 2020 20:59:27 +0000 (20:59 +0000)
commitff1eb428654b7815a8fc825f1cc29d6cf72cc2f7
treed2f4df42565b8a7a8539f9e73d5243af31177727
parent26154f31ad6c801d8bad5ef58df1e9263c6beec7
time: fix time.Before to reuse t.sec(), u.sec()

Fixes #36987

Change-Id: I91ea1a42f75302de5256a22d382ab7f1b307a498
Reviewed-on: https://go-review.googlesource.com/c/go/+/217360
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/time/time.go