mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 14:57:57 +08:00
go fmt
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
package operation
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"net/http"
|
||||
|
||||
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
|
||||
"context"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
type DeleteResult struct {
|
||||
|
Reference in New Issue
Block a user