A collection of Go toolkit packages for distributed system development.
go get github.com/zaibyte/zaipkg@latestImport the package(s) you need:
import "github.com/zaibyte/zaipkg/<package>"Run all tests:
make testOr run directly with Go:
go test -race -cover ./...