]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/cache: verify that timestamp is positive
authorBryan C. Mills <bcmills@google.com>
Tue, 30 Jul 2019 18:51:26 +0000 (14:51 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 30 Jul 2019 20:16:45 +0000 (20:16 +0000)
commit5f8d8161e66bda5fa9559648f7793e96885c89e3
tree25aa0ac4a3e1bc97df1239269b59618464ac52b9
parent2fc7574aab072c697d2d020fa48347b0c1b221e7
cmd/go/internal/cache: verify that timestamp is positive

An apparent typo caused us to re-check size instead.

Updates #29667

Change-Id: Icc1fb9cef1ba77b8490c8fbe6c343be06ff48d8d
Reviewed-on: https://go-review.googlesource.com/c/go/+/188020
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/cache/cache.go