From 2cd2b679459658afb19c2aee9f5e5c0f04ee4a85 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Tue, 12 Oct 2021 15:46:52 -0700 Subject: [PATCH] Add godoc link in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b94a694..37c860c 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ Next, go to [localhost:8080](http://localhost:8080) and see Asynqmon dashboard: ## Import as a Library +[![GoDoc](https://godoc.org/github.com/hibiken/asynqmon?status.svg)](https://godoc.org/github.com/hibiken/asynqmon) + Asynqmon is also a library which can be imported into an existing web application. Example with [net/http](https://pkg.go.dev/net/http):