Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 592 B

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