Clock Versions Save

Clock is a small library for mocking time in Go.

v1.3.5

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/benbjohnson/clock/compare/v1.3.4...v1.3.5

v1.3.4

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/benbjohnson/clock/compare/v1.3.3...v1.3.4

v1.3.0

2 years ago

This release adds support for mocking context.WithTimeout and context.WithDeadline, thanks to @morigs

v1.2.0

2 years ago

This release adds a Duration type alias (#30) and an Until method (#38), as well as addressing some concurrency issues (#18).

v1.1.0

3 years ago

This release adds a Reset() method via https://github.com/benbjohnson/clock/pull/25.

This version also requires at least Go 1.15 or higher.

v1.0.3

3 years ago

v1.0.2

3 years ago

v1.0.1

3 years ago

v1.0.0

4 years ago