rate: remove Go 1.6 support, use std context

This is part of the general cleanup effort now that App Engine
requires Go 1.9+.

Related: CL 145677, CL 148277, CL 145202, CL 143717, CL 146837.

Change-Id: I831415f7484acb823cf8ac20db05a4a001df4c35
Reviewed-on: https://go-review.googlesource.com/c/148417
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
3 files changed
tree: 8e1ff9a3cc8dc67170e3d2d4ebde5592db87b9eb
  1. rate/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

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.