diff options
| author | wyy <wuyanyi09@gmail.com> | 2014-09-25 16:57:22 +0800 |
|---|---|---|
| committer | wyy <wuyanyi09@gmail.com> | 2014-09-25 16:57:22 +0800 |
| commit | 4126280d5559a364c6e0f31ab7a57bc3b1d15d56 (patch) | |
| tree | cd0e4778f5cd47e36c2d5a161cf43d56e51dee9e /go/util | |
| parent | d39c62bbed9b56164ab92101cf7ec46d4a1bfeee (diff) | |
| download | seaweedfs-4126280d5559a364c6e0f31ab7a57bc3b1d15d56.tar.xz seaweedfs-4126280d5559a364c6e0f31ab7a57bc3b1d15d56.zip | |
use github.com/chrislusf instead of github.com/aszxqw
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 1287ed881..050fd0e64 100644 --- a/go/util/config.go +++ b/go/util/config.go @@ -10,7 +10,7 @@ package util import ( "bytes" - "github.com/aszxqw/weed-fs/go/glog" + "github.com/chrislusf/weed-fs/go/glog" "encoding/json" "os" ) diff --git a/go/util/file_util.go b/go/util/file_util.go index 82f6bffe3..412d98458 100644 --- a/go/util/file_util.go +++ b/go/util/file_util.go @@ -2,7 +2,7 @@ package util import ( "bufio" - "github.com/aszxqw/weed-fs/go/glog" + "github.com/chrislusf/weed-fs/go/glog" "errors" "os" ) diff --git a/go/util/net_timeout.go b/go/util/net_timeout.go index ec9796e63..eb80822b5 100644 --- a/go/util/net_timeout.go +++ b/go/util/net_timeout.go @@ -1,7 +1,7 @@ package util import ( - "github.com/aszxqw/weed-fs/go/stats" + "github.com/chrislusf/weed-fs/go/stats" "net" "time" ) |
