From 26f124ecc9e919015e3d2a8c3cb83bafb556356d Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 1 Nov 2021 15:29:23 +0000 Subject: [PATCH] add docs badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 544fd7c..4f1f82f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ clock ===== +[![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) + 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.