Skip to content

Commit

Permalink
Move package to ./zk/ to match package name
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Jul 24, 2013
1 parent 072005c commit 0897d1c
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Native Go Zookkeeper Client Library
===================================

Documentation: http://godoc.org/github.com/samuel/go-zookeeper
Documentation: http://godoc.org/github.com/samuel/go-zookeeper/zk

License
-------
Expand Down
3 changes: 2 additions & 1 deletion examples/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package main

import (
"fmt"
"github.com/samuel/go-zookeeper"
"time"

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

func main() {
Expand Down
2 changes: 1 addition & 1 deletion tracer/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/samuel/go-zookeeper"
"github.com/samuel/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.

0 comments on commit 0897d1c

Please sign in to comment.