Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 866 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 866 Bytes

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.