aboutsummaryrefslogtreecommitdiff
path: root/go/operation
diff options
context:
space:
mode:
authorwyy <wuyanyi09@gmail.com>2014-09-25 00:47:09 +0800
committerwyy <wuyanyi09@gmail.com>2014-09-25 00:47:09 +0800
commit1cd19447e328b01427ad5b4d5d29b3323432c4af (patch)
treed4e51917fa08bde03e11366ce57480d1a551bb1d /go/operation
parenta2f8d985fbcddf9722015dfafe8a9ddffcf55fc0 (diff)
downloadseaweedfs-1cd19447e328b01427ad5b4d5d29b3323432c4af.tar.xz
seaweedfs-1cd19447e328b01427ad5b4d5d29b3323432c4af.zip
use github.com/aszxqw instead of code.google.com/p
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 34d371f37..891653278 100644
--- a/go/operation/assign_file_id.go
+++ b/go/operation/assign_file_id.go
@@ -1,8 +1,8 @@
package operation
import (
- "code.google.com/p/weed-fs/go/glog"
- "code.google.com/p/weed-fs/go/util"
+ "github.com/aszxqw/weed-fs/go/glog"
+ "github.com/aszxqw/weed-fs/go/util"
"encoding/json"
"errors"
"net/url"
diff --git a/go/operation/delete_content.go b/go/operation/delete_content.go
index e4f9d39bb..a1485a2db 100644
--- a/go/operation/delete_content.go
+++ b/go/operation/delete_content.go
@@ -1,7 +1,7 @@
package operation
import (
- "code.google.com/p/weed-fs/go/util"
+ "github.com/aszxqw/weed-fs/go/util"
"encoding/json"
"errors"
"net/url"
diff --git a/go/operation/list_masters.go b/go/operation/list_masters.go
index 491c79f20..120ba58a1 100644
--- a/go/operation/list_masters.go
+++ b/go/operation/list_masters.go
@@ -1,8 +1,8 @@
package operation
import (
- "code.google.com/p/weed-fs/go/glog"
- "code.google.com/p/weed-fs/go/util"
+ "github.com/aszxqw/weed-fs/go/glog"
+ "github.com/aszxqw/weed-fs/go/util"
"encoding/json"
)
diff --git a/go/operation/lookup.go b/go/operation/lookup.go
index f191bfdbf..1b5d57e2f 100644
--- a/go/operation/lookup.go
+++ b/go/operation/lookup.go
@@ -1,7 +1,7 @@
package operation
import (
- "code.google.com/p/weed-fs/go/util"
+ "github.com/aszxqw/weed-fs/go/util"
"encoding/json"
"errors"
_ "fmt"
diff --git a/go/operation/submit.go b/go/operation/submit.go
index ec45cc320..18bc593a3 100644
--- a/go/operation/submit.go
+++ b/go/operation/submit.go
@@ -2,7 +2,7 @@ package operation
import (
"bytes"
- "code.google.com/p/weed-fs/go/glog"
+ "github.com/aszxqw/weed-fs/go/glog"
"io"
"mime"
"os"
diff --git a/go/operation/upload_content.go b/go/operation/upload_content.go
index b89e65ce8..3812a7d86 100644
--- a/go/operation/upload_content.go
+++ b/go/operation/upload_content.go
@@ -2,7 +2,7 @@ package operation
import (
"bytes"
- "code.google.com/p/weed-fs/go/glog"
+ "github.com/aszxqw/weed-fs/go/glog"
"encoding/json"
"errors"
"fmt"