chronon is a testable time package.
chronon aims to make concurrent, time-related golang code easier to test. In particular, chronon avoids having package-level state or a "test mode" that unit tests use to drive timers, tickers, etc.
This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.
go get -u github.com/xmidt-org/chronon
Refer to CONTRIBUTING.md.