mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-24 08:53:36 +08:00
formatting code by: goimports -w=true .
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
package operation
|
||||
|
||||
import (
|
||||
"github.com/chrislusf/weed-fs/go/glog"
|
||||
"github.com/chrislusf/weed-fs/go/util"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"net/url"
|
||||
"strconv"
|
||||
|
||||
"github.com/chrislusf/weed-fs/go/glog"
|
||||
"github.com/chrislusf/weed-fs/go/util"
|
||||
)
|
||||
|
||||
type AssignResult struct {
|
||||
|
Reference in New Issue
Block a user