/timeutil

Code supplementing Go's time package

Primary LanguageGoApache License 2.0Apache-2.0

GoDoc

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.