Go supplementary time packages

Clone this repo:
  1. 883aed5 rate: add documentation on Limiter concurrent usage by Mohammed Sohail · 7 months ago master v0.5.0
  2. b24d3b5 all: add a go directive, set it to 1.18 by Dmitri Shuralyov · 7 months ago v0.4.0
  3. 2c09566 rate: the state of the limiter should not be changed when the requests failed by Zeke Lu · 1 year, 6 months ago v0.3.0
  4. 80b9fac x/time/rate: add rate.Sometimes, which runs a function occasionally. by Gaal Yahas · 1 year, 9 months ago v0.2.0
  5. f3bd1da rate: add TokenAt and Tokens methods to Limiter. by Sameer Ajmani · 1 year, 9 months ago v0.1.0

Go Time

Go Reference

This repository provides supplementary Go time packages.

Download/Install

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.

Report Issues / Send Patches

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.