mirror of
https://github.com/samber/lo.git
synced 2025-12-24 12:48:02 +08:00
* fix(tests): fix flaky time-based tests * test: replace time package with a mock Using a dedicated dependency would have been awesome, but i try to keep this repo with minimal dependencies
xtime
Lightweight mock for time package.
A dedicated package such as jonboulle/clockwork would be better, but I would rather limit dependencies for this package. clockwork does not support Go 1.18 anymore.