Merge pull request #179 from otoolep/ds

Add Distributed Systems section
checkGoreportcard
Thiago Avelino 10 years ago
commit cf5cd4fdba

@ -16,6 +16,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Database](#database)
- [Database Drivers](#database-drivers)
- [Date & Time](#date--time)
- [Distributed Systems](#distributed-systems)
- [Email](#email)
- [Embeddable Scripting Languages](#embeddable-scripting-languages)
- [Forms](#forms)
@ -155,6 +156,13 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang.
## Distributed Systems
*Packages that help with building Distributed Systems.*
* [goraft](https://github.com/goraft/raft) - A Go implementation of the Raft distributed consensus protocol.
* [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp.
## Email

Loading…
Cancel
Save