diff options
| author | Brian McQueen <bmcquee@l-sclX1Q0DV7-M.local> | 2014-12-14 00:20:21 -0800 |
|---|---|---|
| committer | Brian McQueen <bmcquee@l-sclX1Q0DV7-M.local> | 2014-12-14 00:20:21 -0800 |
| commit | c0dfdf439264964cf702b8a872c59f7a79fbd05b (patch) | |
| tree | 9e44cfe0473a1724b3a4638a06121e488d889986 /go/util/net_timeout.go | |
| parent | a3583e4e7cdba69346397b963193eda9ed10c3a3 (diff) | |
| download | seaweedfs-c0dfdf439264964cf702b8a872c59f7a79fbd05b.tar.xz seaweedfs-c0dfdf439264964cf702b8a872c59f7a79fbd05b.zip | |
switch to my forked repo
Diffstat (limited to 'go/util/net_timeout.go')
| -rw-r--r-- | go/util/net_timeout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/util/net_timeout.go b/go/util/net_timeout.go index f274e4802..4e54b6798 100644 --- a/go/util/net_timeout.go +++ b/go/util/net_timeout.go @@ -4,7 +4,7 @@ import ( "net" "time" - "github.com/chrislusf/weed-fs/go/stats" + "github.com/mcqueenorama/weed-fs/go/stats" ) // Listener wraps a net.Listener, and gives a place to store the timeout |
