From 3567941ae448a7038cf8d59f1be878fc2cbaafec Mon Sep 17 00:00:00 2001 From: danl5 Date: Fri, 10 May 2024 22:56:24 +0800 Subject: [PATCH] add badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e97528..a65e5d7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ goelect +[![Go Report Card](https://goreportcard.com/badge/github.com/danl5/goelect)](https://goreportcard.com/report/github.com/danl5/goelect) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/danl5/goelect?sort=semver) + Goelect is an open-source Go (Golang) library for leader election. It is heavily influenced by the election component of the Raft implementation. For more details, you can refer to [Raft Wiki](https://en.wikipedia.org/wiki/Raft_(algorithm)). ## Features