Skip to content

gigawattio/zklib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zklib

Documentation Build Status Report Card

About

Zklib is a set of Go (golang) packages which provide distributed-system primitives.

  • Cluster Candidacy (package: candidate)
  • Distributed Mutex (package: dmutex)

Created by Jay Taylor and used by Gigawatt.

Requirements

  • Go version 1.7 or newer

Running the test suite

go test ./...

License

Permissive MIT license, see the LICENSE file for more information.