refactoring: go fmt, reorg

This commit is contained in:
Chris Lu
2018-05-27 23:59:49 -07:00
parent 480a073f1f
commit 8db9319a06
5 changed files with 80 additions and 80 deletions

View File

@@ -8,13 +8,13 @@ import (
"net/url"
"strconv"
"strings"
"time"
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/operation"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/chrislusf/seaweedfs/weed/util"
"time"
)
type FilerPostResult struct {