From 41595214ad751b0dd34d07a54aa8c77f8cc56d26 Mon Sep 17 00:00:00 2001 From: kshvakov Date: Mon, 2 Sep 2024 20:19:32 +0000 Subject: [PATCH] badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 02454d4..36714de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Memcache Client +[![CI](https://github.com/kinescope/mc/workflows/run-tests/badge.svg)]() +[![Go Report Card](https://goreportcard.com/badge/github.com/kinescope/mc)](https://goreportcard.com/report/github.com/kinescope/mc) +[![godoc](https://img.shields.io/badge/docs-GoDoc-green.svg)](https://godoc.org/github.com/kinescope/mc) + + ```go package main