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

..03-May-2022-

.github/workflows/H21-Jun-2020-4840

_examples/H21-Jun-2020-2319

.codecov.yamlH A D21-Jun-2020116 98

.gitignoreH A D21-Jun-2020119 98

CONTRIBUTION.mdH A D21-Jun-20202.5 KiB5833

LICENSEH A D21-Jun-20201.5 KiB2622

MakefileH A D21-Jun-20201.2 KiB5236

README.mdH A D21-Jun-2020537 128

cluster_test.goH A D21-Jun-20208.3 KiB320265

conn.goH A D21-Jun-202036.1 KiB1,3591,040

conn_test.goH A D21-Jun-20201.7 KiB8366

constants.goH A D21-Jun-20207 KiB256220

constants_test.goH A D21-Jun-2020498 2519

dnshostprovider.goH A D21-Jun-20202.1 KiB8963

dnshostprovider_test.goH A D21-Jun-20206.5 KiB225169

flw.goH A D21-Jun-20207.5 KiB267197

flw_test.goH A D21-Jun-20207.2 KiB331274

go.modH A D21-Jun-202043 42

lock.goH A D21-Jun-20203.3 KiB161125

lock_test.goH A D21-Jun-20202.5 KiB121102

server_help_test.goH A D21-Jun-20206.1 KiB260207

server_java_test.goH A D21-Jun-20205.2 KiB172138

structs.goH A D21-Jun-202012.9 KiB639552

structs_test.goH A D21-Jun-20202.3 KiB8577

throttle_test.goH A D21-Jun-20202.6 KiB137102

util.goH A D21-Jun-20202.9 KiB12090

util_test.goH A D21-Jun-20201.4 KiB5449

zk_test.goH A D21-Jun-202034 KiB1,2211,026

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