File: fix-import-path.diff

package info (click to toggle)
golang-github-ngaut-go-zookeeper 0.0~git20150813.0.9c3719e-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: makefile: 7
file content (13 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Upstream is downloading what they forked from to run tests.
This fixes that mistake.
--- a/tracer/main.go
+++ b/tracer/main.go
@@ -1,7 +1,7 @@
 package main
 
 import (
-	"github.com/samuel/go-zookeeper/zk"
+	"github.com/ngaut/go-zookeeper/zk"
 )
 
 func main() {