diff options
| author | Brian McQueen <bmcquee@l-sclX1Q0DV7-M.local> | 2014-12-14 00:35:26 -0800 |
|---|---|---|
| committer | Brian McQueen <bmcquee@l-sclX1Q0DV7-M.local> | 2014-12-14 00:35:26 -0800 |
| commit | d56c748fa889a119139c3a40528a18e8ce4123ad (patch) | |
| tree | 76d3cbaa6f4124c23243a68e67ad1f1d6d14c91b /go/util | |
| parent | 57ec736941a554919cfed2bd2ac2bb694095a7d2 (diff) | |
| download | seaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.tar.xz seaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.zip | |
switch it back to chris's repo
Diffstat (limited to 'go/util')
| -rw-r--r-- | go/util/config.go | 2 | ||||
| -rw-r--r-- | go/util/file_util.go | 2 | ||||
| -rw-r--r-- | go/util/net_timeout.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/go/util/config.go b/go/util/config.go index 071d731c9..4cf1d7c64 100644 --- a/go/util/config.go +++ b/go/util/config.go @@ -13,7 +13,7 @@ import ( "encoding/json" "os" - "github.com/mcqueenorama/weed-fs/go/glog" + "github.com/chrislusf/weed-fs/go/glog" ) type Config struct { diff --git a/go/util/file_util.go b/go/util/file_util.go index 176aaac96..30e24f001 100644 --- a/go/util/file_util.go +++ b/go/util/file_util.go @@ -5,7 +5,7 @@ import ( "errors" "os" - "github.com/mcqueenorama/weed-fs/go/glog" + "github.com/chrislusf/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 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 |
