Browse Source

fix compilation

pull/4199/head
chrislu 2 years ago
parent
commit
302155a6fa
  1. 1
      weed/shell/command_volume_unmount.go

1
weed/shell/command_volume_unmount.go

@ -3,6 +3,7 @@ package shell
import ( import (
"context" "context"
"flag" "flag"
"fmt"
"github.com/seaweedfs/seaweedfs/weed/pb" "github.com/seaweedfs/seaweedfs/weed/pb"
"io" "io"

Loading…
Cancel
Save