diff options
| author | chrislu <chris.lu@gmail.com> | 2023-02-10 12:32:59 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-02-10 12:32:59 -0800 |
| commit | 302155a6fa042af5aa55f89840f6cfa6be98c341 (patch) | |
| tree | 2f1538b7213fedfe19b112e830c8a0b9f968368c /weed/shell/command_volume_unmount.go | |
| parent | 5520b81551bbb1e89ac8686b2aaf7d11b8401d98 (diff) | |
| download | seaweedfs-302155a6fa042af5aa55f89840f6cfa6be98c341.tar.xz seaweedfs-302155a6fa042af5aa55f89840f6cfa6be98c341.zip | |
fix compilation
Diffstat (limited to 'weed/shell/command_volume_unmount.go')
| -rw-r--r-- | weed/shell/command_volume_unmount.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/shell/command_volume_unmount.go b/weed/shell/command_volume_unmount.go index 3e0a768d5..4b079b944 100644 --- a/weed/shell/command_volume_unmount.go +++ b/weed/shell/command_volume_unmount.go @@ -3,6 +3,7 @@ package shell import ( "context" "flag" + "fmt" "github.com/seaweedfs/seaweedfs/weed/pb" "io" |
