aboutsummaryrefslogtreecommitdiff
path: root/go/operation
diff options
context:
space:
mode:
authorwyy <wuyanyi09@gmail.com>2014-09-25 16:57:22 +0800
committerwyy <wuyanyi09@gmail.com>2014-09-25 16:57:22 +0800
commit4126280d5559a364c6e0f31ab7a57bc3b1d15d56 (patch)
treecd0e4778f5cd47e36c2d5a161cf43d56e51dee9e /go/operation
parentd39c62bbed9b56164ab92101cf7ec46d4a1bfeee (diff)
downloadseaweedfs-4126280d5559a364c6e0f31ab7a57bc3b1d15d56.tar.xz
seaweedfs-4126280d5559a364c6e0f31ab7a57bc3b1d15d56.zip
use github.com/chrislusf instead of github.com/aszxqw
Diffstat (limited to 'go/operation')
-rw-r--r--go/operation/assign_file_id.go4
-rw-r--r--go/operation/delete_content.go2
-rw-r--r--go/operation/list_masters.go4
-rw-r--r--go/operation/lookup.go2
-rw-r--r--go/operation/submit.go2
-rw-r--r--go/operation/upload_content.go2
6 files changed, 8 insertions, 8 deletions
diff --git a/go/operation/assign_file_id.go b/go/operation/assign_file_id.go
index 891653278..4e72ad939 100644
--- a/go/operation/assign_file_id.go
+++ b/go/operation/assign_file_id.go
@@ -1,8 +1,8 @@
package operation
import (
- "github.com/aszxqw/weed-fs/go/glog"
- "github.com/aszxqw/weed-fs/go/util"
+ "github.com/chrislusf/weed-fs/go/glog"
+ "github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"net/url"
diff --git a/go/operation/delete_content.go b/go/operation/delete_content.go
index a1485a2db..84391b634 100644
--- a/go/operation/delete_content.go
+++ b/go/operation/delete_content.go
@@ -1,7 +1,7 @@
package operation
import (
- "github.com/aszxqw/weed-fs/go/util"
+ "github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"net/url"
diff --git a/go/operation/list_masters.go b/go/operation/list_masters.go
index 120ba58a1..7d46a9ebc 100644
--- a/go/operation/list_masters.go
+++ b/go/operation/list_masters.go
@@ -1,8 +1,8 @@
package operation
import (
- "github.com/aszxqw/weed-fs/go/glog"
- "github.com/aszxqw/weed-fs/go/util"
+ "github.com/chrislusf/weed-fs/go/glog"
+ "github.com/chrislusf/weed-fs/go/util"
"encoding/json"
)
diff --git a/go/operation/lookup.go b/go/operation/lookup.go
index 1b5d57e2f..ebf153d27 100644
--- a/go/operation/lookup.go
+++ b/go/operation/lookup.go
@@ -1,7 +1,7 @@
package operation
import (
- "github.com/aszxqw/weed-fs/go/util"
+ "github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
_ "fmt"
diff --git a/go/operation/submit.go b/go/operation/submit.go
index 18bc593a3..3e09c2edf 100644
--- a/go/operation/submit.go
+++ b/go/operation/submit.go
@@ -2,7 +2,7 @@ package operation
import (
"bytes"
- "github.com/aszxqw/weed-fs/go/glog"
+ "github.com/chrislusf/weed-fs/go/glog"
"io"
"mime"
"os"
diff --git a/go/operation/upload_content.go b/go/operation/upload_content.go
index 3812a7d86..38737702d 100644
--- a/go/operation/upload_content.go
+++ b/go/operation/upload_content.go
@@ -2,7 +2,7 @@ package operation
import (
"bytes"
- "github.com/aszxqw/weed-fs/go/glog"
+ "github.com/chrislusf/weed-fs/go/glog"
"encoding/json"
"errors"
"fmt"