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

Commit 26f124e

Browse files
committed
add docs badge to README
1 parent 1ae85fe commit 26f124e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
clock
22
=====
33

4+
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/mod/github.com/benbjohnson/clock)
5+
46
Clock is a small library for mocking time in Go. It provides an interface
57
around the standard library's [`time`][time] package so that the application
68
can use the realtime clock while tests can use the mock clock.

0 commit comments

Comments
 (0)