https://github.com/zombiezen/clock
A Go package for writing deterministic time-based tests
https://github.com/zombiezen/clock
Last synced: 10 months ago
JSON representation
A Go package for writing deterministic time-based tests
- Host: GitHub
- URL: https://github.com/zombiezen/clock
- Owner: zombiezen
- License: apache-2.0
- Created: 2014-09-03T19:51:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-31T07:36:25.000Z (about 11 years ago)
- Last Synced: 2024-06-19T19:48:34.779Z (over 1 year ago)
- Language: Go
- Size: 129 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clock
Package clock provides an interface for obtaining the current time and sleeping. It is
useful for writing deterministic time-based tests in Go.
This is not an official Google product.
## Installing
go get zombiezen.com/go/clock/...
## Documentation
http://godoc.org/zombiezen.com/go/clock
## License
Apache License 2.0. See LICENSE for details.