• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H21-Jun-2020-

_examples/H21-Jun-2020-

.codecov.yamlH A D21-Jun-2020116

.gitignoreH A D21-Jun-2020119

CONTRIBUTION.mdH A D21-Jun-20202.5 KiB

LICENSEH A D21-Jun-20201.5 KiB

MakefileH A D21-Jun-20201.2 KiB

README.mdH A D21-Jun-2020537

cluster_test.goH A D21-Jun-20208.3 KiB

conn.goH A D21-Jun-202036.1 KiB

conn_test.goH A D21-Jun-20201.7 KiB

constants.goH A D21-Jun-20207 KiB

constants_test.goH A D21-Jun-2020498

dnshostprovider.goH A D21-Jun-20202.1 KiB

dnshostprovider_test.goH A D21-Jun-20206.5 KiB

flw.goH A D21-Jun-20207.5 KiB

flw_test.goH A D21-Jun-20207.2 KiB

go.modH A D21-Jun-202043

lock.goH A D21-Jun-20203.3 KiB

lock_test.goH A D21-Jun-20202.5 KiB

server_help_test.goH A D21-Jun-20206.1 KiB

server_java_test.goH A D21-Jun-20205.2 KiB

structs.goH A D21-Jun-202012.9 KiB

structs_test.goH A D21-Jun-20202.3 KiB

throttle_test.goH A D21-Jun-20202.6 KiB

util.goH A D21-Jun-20202.9 KiB

util_test.goH A D21-Jun-20201.4 KiB

zk_test.goH A D21-Jun-202034 KiB

README.md

1Native Go Zookeeper Client Library
2===================================
3
4[![GoDoc](https://godoc.org/github.com/go-zookeeper/zk?status.svg)](https://godoc.org/github.com/go-zookeeper/zk)
5[![Build Status](https://img.shields.io/github/workflow/status/go-zookeeper/zk/unittest/master)](https://github.com/go-zookeeper/zk/actions?query=branch%3Amaster)
6[![Coverage Status](https://img.shields.io/codecov/c/github/go-zookeeper/zk/master)](https://codecov.io/gh/go-zookeeper/zk/branch/master)
7
8License
9-------
10
113-clause BSD. See LICENSE file.
12