Skip to content

Commit

Permalink
Remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaCharlie committed Feb 8, 2024
1 parent 28b0a8b commit d59ad1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Native Go Zookeeper Client Library
===================================

[![GoDoc](https://godoc.org/github.com/linkedin/go-zk?status.svg)](https://godoc.org/github.com/linkedin/go-zk)
[![Build status](https://github.com/linkedin/go-zk/actions/workflows/integration.yaml/badge.svg)](https://github.com/linkedin/go-zk/actions/workflows/integration.yaml)
[![Coverage Status](https://img.shields.io/codecov/c/github/linkedin/go-zk/master)](https://codecov.io/gh/linkedin/go-zk/branch/master)
[![GoDoc](https://godoc.org/github.com/go-zookeeper/zk?status.svg)](https://godoc.org/github.com/go-zookeeper/zk)
[![Build Status](https://img.shields.io/github/workflow/status/go-zookeeper/zk/unittest/master)](https://github.com/go-zookeeper/zk/actions?query=branch%3Amaster)
[![Coverage Status](https://img.shields.io/codecov/c/github/go-zookeeper/zk/master)](https://codecov.io/gh/go-zookeeper/zk/branch/master)

License
-------
Expand Down
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func (c *Conn) sendEvent(evt Event) {
}
}

func (c *Conn) connect() (err error) {
func (c *Conn) connect() error {
var retryStart bool
for {
c.serverMu.Lock()
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/linkedin/go-zk
module github.com/go-zookeeper/zk

go 1.20
1 change: 0 additions & 1 deletion watch.go

This file was deleted.

1 change: 0 additions & 1 deletion watch_test.go

This file was deleted.

0 comments on commit d59ad1b

Please sign in to comment.