mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add Distributed Systems section
This commit is contained in:
parent
c2449bde38
commit
36aa2b41e3
@ -15,6 +15,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)
|
||||
@ -143,6 +144,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…
Reference in New Issue
Block a user