Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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.