mirror of
https://github.com/samber/lo.git
synced 2026-04-22 23:47:11 +08:00
380e1a0ae2
* 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
7 lines
256 B
Markdown
7 lines
256 B
Markdown
|
|
# xtime
|
|
|
|
Lightweight mock for time package.
|
|
|
|
A dedicated package such as [jonboulle/clockwork](https://github.com/jonboulle/clockwork/) would be better, but I would rather limit dependencies for this package. `clockwork` does not support Go 1.18 anymore.
|