Browse Source

go fmt

pull/3001/head
chrislu 3 years ago
parent
commit
00c1dfec4f
  1. 2
      weed/s3api/s3api_object_multipart_handlers.go

2
weed/s3api/s3api_object_multipart_handlers.go

@ -1,8 +1,8 @@
package s3api package s3api
import ( import (
"encoding/xml"
"crypto/sha1" "crypto/sha1"
"encoding/xml"
"fmt" "fmt"
"github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/glog"
xhttp "github.com/chrislusf/seaweedfs/weed/s3api/http" xhttp "github.com/chrislusf/seaweedfs/weed/s3api/http"

Loading…
Cancel
Save