diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-10 23:41:05 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-10 23:41:05 -0800 |
| commit | a0e84c4fbcda5893c5414fe14866f1140f003d7a (patch) | |
| tree | 6acb183e09719f46e3f12986490020efdfbd39e0 /weed/filesys/wfs.go | |
| parent | c959aaa19bdf76b90f884eb63707772902adfebe (diff) | |
| download | seaweedfs-a0e84c4fbcda5893c5414fe14866f1140f003d7a.tar.xz seaweedfs-a0e84c4fbcda5893c5414fe14866f1140f003d7a.zip | |
go fmt
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 9443bc0bf..b41d76cd6 100644 --- a/weed/filesys/wfs.go +++ b/weed/filesys/wfs.go @@ -3,8 +3,8 @@ package filesys import ( "context" "fmt" - "github.com/chrislusf/seaweedfs/weed/storage" "github.com/chrislusf/seaweedfs/weed/filer" + "github.com/chrislusf/seaweedfs/weed/storage" "github.com/chrislusf/seaweedfs/weed/wdclient" "math" "os" |
