Browse Source

go fmt

pull/2174/head
Chris Lu 4 years ago
parent
commit
b624090398
  1. 4
      weed/command/fuse.go
  2. 2
      weed/command/upload.go
  3. 2
      weed/server/filer_server.go

4
weed/command/fuse.go

@ -2,10 +2,10 @@ package command
import (
"fmt"
"strings"
"os"
"strconv"
"strings"
"time"
"os"
)
func init() {

2
weed/command/upload.go

@ -110,7 +110,7 @@ func runUpload(cmd *Command, args []string) bool {
})
if err != nil {
fmt.Println(err.Error())
return false;
return false
}
} else {
parts, e := operation.NewFileParts(args)

2
weed/server/filer_server.go

@ -30,11 +30,11 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer/mongodb"
_ "github.com/chrislusf/seaweedfs/weed/filer/mysql"
_ "github.com/chrislusf/seaweedfs/weed/filer/mysql2"
_ "github.com/chrislusf/seaweedfs/weed/filer/sqlite"
_ "github.com/chrislusf/seaweedfs/weed/filer/postgres"
_ "github.com/chrislusf/seaweedfs/weed/filer/postgres2"
_ "github.com/chrislusf/seaweedfs/weed/filer/redis"
_ "github.com/chrislusf/seaweedfs/weed/filer/redis2"
_ "github.com/chrislusf/seaweedfs/weed/filer/sqlite"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/notification"
_ "github.com/chrislusf/seaweedfs/weed/notification/aws_sqs"

Loading…
Cancel
Save