Skip to content

Commit

Permalink
remove zk subdirectory
Browse files Browse the repository at this point in the history
This moves all the library code to the root of the repository since the
new repository is named `zk`.  Also updates any references to the old
repo to the new one and moves examples to _examples.

move dir
  • Loading branch information
nemith committed Apr 9, 2019
1 parent c4fab1a commit d62b9a4
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
- go fmt ./...
- go vet ./...
- go test -i -race ./...
- go test -race -covermode atomic -coverprofile=profile.cov ./zk
- go test -race -covermode atomic -coverprofile=profile.cov
- goveralls -coverprofile=profile.cov -service=travis-ci

env:
Expand Down
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/samuel/go-zookeeper?status.svg)](https://godoc.org/github.com/samuel/go-zookeeper)
[![Build Status](https://travis-ci.org/samuel/go-zookeeper.png)](https://travis-ci.org/samuel/go-zookeeper)
[![Coverage Status](https://coveralls.io/repos/github/samuel/go-zookeeper/badge.svg?branch=master)](https://coveralls.io/github/samuel/go-zookeeper?branch=master)
[![GoDoc](https://godoc.org/github.com/go-zookeeper/zk?status.svg)](https://godoc.org/github.com/go-zookeeper/zk)
[![Build Status](https://travis-ci.org/go-zookeeper/zk.png)](https://travis-ci.org/go-zookeeper/zk)
[![Coverage Status](https://coveralls.io/repos/github/go-zookeeper/zk/badge.svg?branch=master)](https://coveralls.io/github/go-zookeeper/zk?branch=master)

License
-------
Expand Down
2 changes: 1 addition & 1 deletion examples/basic.go → _examples/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"github.com/samuel/go-zookeeper/zk"
"github.com/go-zookeeper/zk"
)

func main() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d62b9a4

Please sign in to comment.