commit | 883aed519795b30de35e6bc28ec8f681494afa87 | [log] [tgz] |
---|---|---|
author | Mohammed Sohail <sohailsameja@gmail.com> | Mon Sep 25 15:23:36 2023 +0800 |
committer | Gopher Robot <gobot@golang.org> | Tue Nov 21 18:52:48 2023 +0000 |
tree | cf59f4a8de3a2793f7e60a5b70ffcd8fb008a38c | |
parent | b24d3b5e50f7b0e18486d18f0a240d04d254ea73 [diff] |
rate: add documentation on Limiter concurrent usage Closes golang/go#17261 Change-Id: Ifeacc8df45fb59e7781ddcc35c2fde0aa80188eb Reviewed-on: https://go-review.googlesource.com/c/time/+/530855 Auto-Submit: Sameer Ajmani <sameer@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Sameer Ajmani <sameer@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.