diff options
Diffstat (limited to 'go/storage/file_id.go')
| -rw-r--r-- | go/storage/file_id.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go/storage/file_id.go b/go/storage/file_id.go index f6e36a98c..64b61ba89 100644 --- a/go/storage/file_id.go +++ b/go/storage/file_id.go @@ -5,8 +5,8 @@ import ( "errors" "strings" - "github.com/chrislusf/weed-fs/go/glog" - "github.com/chrislusf/weed-fs/go/util" + "github.com/chrislusf/seaweedfs/go/glog" + "github.com/chrislusf/seaweedfs/go/util" ) type FileId struct { |
