Support clock mocking.

This addresses #15.
This commit is contained in:
2018-12-06 08:07:27 -08:00
committed by Kyle Isom
parent bbc82ff8de
commit 9e0979e07f
3 changed files with 15 additions and 2 deletions

View File

@@ -32,3 +32,7 @@
[prune]
go-tests = true
unused-packages = true
[[constraint]]
branch = "master"
name = "github.com/benbjohnson/clock"