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
import (
"crypto/md5"
"encoding/json"
"fmt"
"io"
@ -9,9 +10,8 @@ import (
"strings"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/gorilla/mux"
"github.com/chrislusf/seaweedfs/weed/server"
"crypto/md5"
"github.com/gorilla/mux"
)
var (

2
weed/server/volume_server_handlers_write.go

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

Loading…
Cancel
Save