From 531c4a29ec71c626b5c436364ec1718cc487ab72 Mon Sep 17 00:00:00 2001 From: Alexandre Viau Date: Mon, 20 Jul 2015 20:00:27 -0400 Subject: [PATCH] goraft is unmaintained --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ff9e629..ab2a783 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Packages that help with building Distributed Systems.* -* [goraft](https://github.com/goraft/raft) - A Go implementation of the Raft distributed consensus protocol. * [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load. * [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp.