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