Clone this repo:
  1. c4c64ca rate: Add SetBurst() to dynamically update burst size by Simarpreet Singh · 4 years, 8 months ago main master upstream/master
  2. 9d24e82 all: add a go.mod file by Michael Matloob · 5 years ago
  3. 85acf8d rate: remove Go 1.6 support, use std context by Brad Fitzpatrick · 5 years ago
  4. fbb02b2 rate: avoid creating timer in WaitN if delay is zero by Bob Potter · 6 years ago
  5. 26559e0 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago

Go Time

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.