aboutsummaryrefslogtreecommitdiff
path: root/go/util
diff options
context:
space:
mode:
authorBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:20:21 -0800
committerBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:20:21 -0800
commitc0dfdf439264964cf702b8a872c59f7a79fbd05b (patch)
tree9e44cfe0473a1724b3a4638a06121e488d889986 /go/util
parenta3583e4e7cdba69346397b963193eda9ed10c3a3 (diff)
downloadseaweedfs-c0dfdf439264964cf702b8a872c59f7a79fbd05b.tar.xz
seaweedfs-c0dfdf439264964cf702b8a872c59f7a79fbd05b.zip
switch to my forked repo
Diffstat (limited to 'go/util')
-rw-r--r--go/util/config.go2
-rw-r--r--go/util/file_util.go2
-rw-r--r--go/util/net_timeout.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/go/util/config.go b/go/util/config.go
index 4cf1d7c64..071d731c9 100644
--- a/go/util/config.go
+++ b/go/util/config.go
@@ -13,7 +13,7 @@ import (
"encoding/json"
"os"
- "github.com/chrislusf/weed-fs/go/glog"
+ "github.com/mcqueenorama/weed-fs/go/glog"
)
type Config struct {
diff --git a/go/util/file_util.go b/go/util/file_util.go
index 30e24f001..176aaac96 100644
--- a/go/util/file_util.go
+++ b/go/util/file_util.go
@@ -5,7 +5,7 @@ import (
"errors"
"os"
- "github.com/chrislusf/weed-fs/go/glog"
+ "github.com/mcqueenorama/weed-fs/go/glog"
)
func TestFolderWritable(folder string) (err error) {
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