Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 500 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 500 Bytes

clock

Go Report Card Go Reference

Clock is a small library for mocking time in Go. It provides an interface around the standard library's time package so that the application can use the realtime clock while tests can use the mock clock.