fix order of header

This commit is contained in:
alantong
2019-03-14 21:24:01 +08:00
parent 0c2d28caf1
commit 0b781dde5a

View File

@@ -1,17 +1,15 @@
package main
import (
"bytes"
"context"
"fmt"
"io/ioutil"
"net/http"
"net/url"
"os"
"time"
"io/ioutil"
"bytes"
"net/http"
"github.com/tencentyun/cos-go-sdk-v5"
"github.com/tencentyun/cos-go-sdk-v5/debug"
)