Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
add note about maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 25, 2021
1 parent f7a1d13 commit 5ad814c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Clock is a small library for mocking time in Go. It provides an interface
around the standard library's [`time`][time] package so that the application
can use the realtime clock while tests can use the mock clock.

[time]: http://golang.org/pkg/time/
The module is currently maintained by @djmitche.

[time]: https://pkg.go.dev/github.com/benbjohnson/clock

## Usage

Expand Down

0 comments on commit 5ad814c

Please sign in to comment.