commit | 2ce7c2934d457dc7ac7c81cce715653a999823ab | [log] [tgz] |
---|---|---|
author | cui fliter <imcusg@gmail.com> | Mon Sep 19 09:20:26 2022 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Sep 20 02:28:43 2022 +0000 |
tree | feb83fd09caa508f02ec2e950a1bd032b5bcce22 | |
parent | e5dcc9cfc0b9553953e355dde5bdf4ff9f82f742 [diff] |
rate: use constant to avoid repeated definitions Change-Id: I344cacbad7208d56c9760c890c436f68b326b865 GitHub-Last-Rev: e776f693031b99d348da756bd91959b23c1fa199 GitHub-Pull-Request: golang/time#23 Reviewed-on: https://go-review.googlesource.com/c/time/+/431558 Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
This repository provides supplementary Go time packages.
The easiest way to install is to run go get -u golang.org/x/time
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/time
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/time:” in the subject line, so it is easy to find.