diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-11 12:39:46 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-11 12:39:46 -0700 |
| commit | e909b55633de263b363359c3e045c39c67834ccf (patch) | |
| tree | b3118ec991725ab1b3d9a8491de3560a62fbc479 /weed/filesys/wfs.go | |
| parent | b7f0ba3800b2a2e9a1268e8b90714d3ab1281c72 (diff) | |
| download | seaweedfs-e909b55633de263b363359c3e045c39c67834ccf.tar.xz seaweedfs-e909b55633de263b363359c3e045c39c67834ccf.zip | |
refactoring
Diffstat (limited to 'weed/filesys/wfs.go')
| -rw-r--r-- | weed/filesys/wfs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go index 191b79845..5e994d14e 100644 --- a/weed/filesys/wfs.go +++ b/weed/filesys/wfs.go @@ -15,8 +15,8 @@ import ( "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/pb" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" - "github.com/chrislusf/seaweedfs/weed/pb/pb_cache" "github.com/chrislusf/seaweedfs/weed/util" + "github.com/chrislusf/seaweedfs/weed/util/pb_cache" "github.com/seaweedfs/fuse" "github.com/seaweedfs/fuse/fs" ) |
