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

@@ -3,15 +3,16 @@ package weed_server
import (
"bytes"
"io"
"io/ioutil"
"net/http"
"path"
"strconv"
"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"
"time"
"io/ioutil"
)
func (fs *FilerServer) autoChunk(w http.ResponseWriter, r *http.Request, replication string, collection string) bool {