-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go/internal: use time.DateTime constant #55833
Conversation
…ants Signed-off-by: cui fliter <[email protected]>
This PR (HEAD: 65d3aa9) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/433277 to see it. Tip: You can toggle comments from me using the |
Message from Joseph Tsai: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/433277. |
Message from shuang cui: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/433277. |
Message from shuang cui: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/433277. |
Message from Joseph Tsai: Patch Set 2: Run-TryBot+1 Auto-Submit+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/433277. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/433277. |
Message from Dmitri Shuralyov: Patch Set 2: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/433277. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/433277. |
Use the newly defined time.Datetime constant instead of a string literal. Updates #52746 Change-Id: I2722415ecc67fd2adfdab2eaba3298774032bff3 GitHub-Last-Rev: 65d3aa9 GitHub-Pull-Request: #55833 Reviewed-on: https://go-review.googlesource.com/c/go/+/433277 Run-TryBot: Joseph Tsai <[email protected]> Auto-Submit: Joseph Tsai <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Joseph Tsai <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
This PR is being closed because golang.org/cl/433277 has been merged. |
Use the newly defined time.Datetime constant instead of a string literal.
Updates #52746