From a7914e4fe1b7f9112dccca2242237327a9379836 Mon Sep 17 00:00:00 2001 From: Denis Palnitsky Date: Thu, 28 Apr 2022 16:23:34 +0200 Subject: [PATCH] Add badges --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f286a5..7728ac4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # go-cache -ℹ️ go-cache is generic port of [go-cache](https://github.com/patrickmn/go-cache) library. +[![test-and-lint](https://github.com/DenisPalnitsky/go-cache/actions/workflows/test.yaml/badge.svg)](https://github.com/DenisPalnitsky/go-cache/actions/workflows/test.yaml) +[![codecov](https://codecov.io/gh/DenisPalnitsky/go-cache/branch/main/graph/badge.svg?token=FMvJ4TbC2r)](https://codecov.io/gh/DenisPalnitsky/go-cache) +[![Go Report Card](https://goreportcard.com/badge/github.com/denispalnitsky/go-cache)](https://goreportcard.com/report/github.com/denispalnitsky/go-cache) + +ℹ️ go-cache is generic port of great [go-cache](https://github.com/patrickmn/go-cache) library that was written by @patrickmn go-cache is an generic in-memory key:value store/cache similar to memcached that is suitable for applications running on a single machine. Its major advantage is