aboutsummaryrefslogtreecommitdiff
path: root/go/util/net_timeout.go
diff options
context:
space:
mode:
authorBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:35:26 -0800
committerBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:35:26 -0800
commitd56c748fa889a119139c3a40528a18e8ce4123ad (patch)
tree76d3cbaa6f4124c23243a68e67ad1f1d6d14c91b /go/util/net_timeout.go
parent57ec736941a554919cfed2bd2ac2bb694095a7d2 (diff)
downloadseaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.tar.xz
seaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.zip
switch it back to chris's repo
Diffstat (limited to 'go/util/net_timeout.go')
-rw-r--r--go/util/net_timeout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/util/net_timeout.go b/go/util/net_timeout.go
index 4e54b6798..f274e4802 100644
--- a/go/util/net_timeout.go
+++ b/go/util/net_timeout.go
@@ -4,7 +4,7 @@ import (
"net"
"time"
- "github.com/mcqueenorama/weed-fs/go/stats"
+ "github.com/chrislusf/weed-fs/go/stats"
)
// Listener wraps a net.Listener, and gives a place to store the timeout