• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

rate/H30-Jun-2020-

AUTHORSH A D30-Jun-2020173

CONTRIBUTING.mdH A D30-Jun-2020913

CONTRIBUTORSH A D30-Jun-2020170

LICENSEH A D30-Jun-20201.4 KiB

PATENTSH A D30-Jun-20201.3 KiB

README.mdH A D30-Jun-2020592

go.modH A D30-Jun-202025

README.md

1# Go Time
2
3This repository provides supplementary Go time packages.
4
5## Download/Install
6
7The easiest way to install is to run `go get -u golang.org/x/time`. You can
8also manually git clone the repository to `$GOPATH/src/golang.org/x/time`.
9
10## Report Issues / Send Patches
11
12This repository uses Gerrit for code changes. To learn how to submit changes to
13this repository, see https://golang.org/doc/contribute.html.
14
15The main issue tracker for the time repository is located at
16https://github.com/golang/go/issues. Prefix your issue with "x/time:" in the
17subject line, so it is easy to find.
18