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

..03-May-2022-

rate/H24-Oct-2019-

AUTHORSH A D24-Oct-2019173

CONTRIBUTING.mdH A D24-Oct-2019913

CONTRIBUTORSH A D24-Oct-2019170

LICENSEH A D24-Oct-20191.4 KiB

PATENTSH A D24-Oct-20191.3 KiB

README.mdH A D24-Oct-2019592

go.modH A D24-Oct-201925

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