Add godoc link in readme

This commit is contained in:
Ken Hibino 2021-10-12 15:46:52 -07:00
parent 18a19526d5
commit 2cd2b67945

View File

@ -127,6 +127,8 @@ Next, go to [localhost:8080](http://localhost:8080) and see Asynqmon dashboard:
## Import as a Library ## 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. Asynqmon is also a library which can be imported into an existing web application.
Example with [net/http](https://pkg.go.dev/net/http): Example with [net/http](https://pkg.go.dev/net/http):