From a76fa9a85d5901a02b67783f177c4d82e1b1d7e8 Mon Sep 17 00:00:00 2001 From: Artem Yadelskyi <39216424+mymmrac@users.noreply.github.com> Date: Sun, 1 Aug 2021 19:06:20 +0300 Subject: [PATCH] Added GoDoc badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57fc67b..9cb9dfe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Go Telegram Bot API +[![Go Reference](https://pkg.go.dev/badge/github.com/mymmrac/go-telegram-bot-api#section-readme.svg)](https://pkg.go.dev/github.com/mymmrac/go-telegram-bot-api#section-readme) [![CI Status](https://github.com/mymmrac/go-telegram-bot-api/actions/workflows/ci.yml/badge.svg)](https://github.com/mymmrac/go-telegram-bot-api/actions/workflows/ci.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mymmrac_go-telegram-bot-api&metric=alert_status)](https://sonarcloud.io/dashboard?id=mymmrac_go-telegram-bot-api) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=mymmrac_go-telegram-bot-api&metric=bugs)](https://sonarcloud.io/dashboard?id=mymmrac_go-telegram-bot-api) @@ -229,4 +230,4 @@ func main() { } } -``` \ No newline at end of file +```