repositorypackage
0.0.0-20170205232429-577e5acbbcf6
Repository: https://github.com/jacobsa/timeutil.git
Documentation: pkg.go.dev
# README
This package contains code that supplements the time package from the Go standard library. In particular:
- A Clock interface, with a fake implementation that can be used in tests.
- Implementations of oglematchers.Matcher for time values.
See the reference for more info.