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/filer/filer_embedded.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/filer/filer_embedded.go')
| -rw-r--r-- | go/filer/filer_embedded.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/filer/filer_embedded.go b/go/filer/filer_embedded.go index a3b64d37b..3d3dac941 100644 --- a/go/filer/filer_embedded.go +++ b/go/filer/filer_embedded.go @@ -1,7 +1,7 @@ package filer import ( - "code.google.com/p/weed-fs/go/operation" + "github.com/chrislusf/weed-fs/go/operation" "errors" "fmt" "path/filepath" |
