Skip to content

Commit

Permalink
Merge pull request #21 from danl5/github_badges
Browse files Browse the repository at this point in the history
add badges
  • Loading branch information
danl5 authored May 10, 2024
2 parents f5bfea0 + 3567941 commit c17d991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<a><img alt="goelect" src="/docs/goelect-logo.svg"></a>
</h1>

[![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
Expand Down

0 comments on commit c17d991

Please sign in to comment.