From 302155a6fa042af5aa55f89840f6cfa6be98c341 Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 10 Feb 2023 12:32:59 -0800 Subject: [PATCH] fix compilation --- weed/shell/command_volume_unmount.go | 1 + 1 file changed, 1 insertion(+) 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"