File: README.md

package info (click to toggle)
golang-github-jacobsa-timeutil 0.0~git20150615-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 80 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[![GoDoc](https://godoc.org/github.com/jacobsa/timeutil?status.svg)](https://godoc.org/github.com/jacobsa/timeutil)

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.

[time]: http://godoc.org/time
[oglematchers.Matcher]: https://godoc.org/github.com/jacobsa/oglematchers#Matcher
[reference]: http://godoc.org/github.com/jacobsa/timeutil