diff options
| author | chrislusf <chris.lu@gmail.com> | 2014-09-25 21:24:08 -0700 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2014-09-25 21:24:08 -0700 |
| commit | 348a50052e8aa9b90e80a35c5a4d138fe2d5dbb0 (patch) | |
| tree | 588b1bb06978b57ce66c6af1fe6c916b2ca34153 /go/operation/submit.go | |
| parent | a2f8d985fbcddf9722015dfafe8a9ddffcf55fc0 (diff) | |
| parent | 620b1244b44aa0f650a7ff5dac53d4c646efa22d (diff) | |
| download | seaweedfs-348a50052e8aa9b90e80a35c5a4d138fe2d5dbb0.tar.xz seaweedfs-348a50052e8aa9b90e80a35c5a4d138fe2d5dbb0.zip | |
Merge pull request #15 from aszxqw/upstream_master
Changing to github !!! Thanks!
Diffstat (limited to 'go/operation/submit.go')
| -rw-r--r-- | go/operation/submit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/operation/submit.go b/go/operation/submit.go index ec45cc320..3e09c2edf 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/chrislusf/weed-fs/go/glog" "io" "mime" "os" |
