Browse Source

go fmt

pull/747/head
Chris Lu 6 years ago
parent
commit
bea4f6ca14
  1. 4
      weed/s3api/s3api_object_handlers.go
  2. 2
      weed/server/volume_server_handlers_write.go

4
weed/s3api/s3api_object_handlers.go

@ -1,6 +1,7 @@
package s3api package s3api
import ( import (
"crypto/md5"
"encoding/json" "encoding/json"
"fmt" "fmt"
"io" "io"
@ -9,9 +10,8 @@ import (
"strings" "strings"
"github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/glog"
"github.com/gorilla/mux"
"github.com/chrislusf/seaweedfs/weed/server" "github.com/chrislusf/seaweedfs/weed/server"
"crypto/md5"
"github.com/gorilla/mux"
) )
var ( var (

2
weed/server/volume_server_handlers_write.go

@ -5,8 +5,8 @@ import (
"fmt" "fmt"
"net/http" "net/http"
"strconv" "strconv"
"time"
"strings" "strings"
"time"
"github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/operation" "github.com/chrislusf/seaweedfs/weed/operation"

Loading…
Cancel
Save