]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal: use time.DateTime constant
authorcui fliter <imcusg@gmail.com>
Fri, 23 Sep 2022 21:29:44 +0000 (21:29 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 27 Sep 2022 12:49:31 +0000 (12:49 +0000)
commitf6e1677428e3df28e936cb000b58fca377f67d72
tree15bec6ce17f856031918afc2948f175a365c1a97
parente6d9057e2f3442b133afe7e37bec72bb9b780b04
cmd/go/internal: use time.DateTime constant

Use the newly defined time.Datetime constant instead of a string literal.

Updates #52746

Change-Id: I2722415ecc67fd2adfdab2eaba3298774032bff3
GitHub-Last-Rev: 65d3aa9bc229cf6d07d6d0c1aaee4ada9056cd49
GitHub-Pull-Request: golang/go#55833
Reviewed-on: https://go-review.googlesource.com/c/go/+/433277
Run-TryBot: Joseph Tsai <joetsai@digital-static.net>
Auto-Submit: Joseph Tsai <joetsai@digital-static.net>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/go/internal/modfetch/codehost/vcs.go
src/cmd/go/internal/vcs/vcs.go