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 package main
import ( import (
"bytes"
"context" "context"
"fmt" "fmt"
"io/ioutil"
"net/http"
"net/url" "net/url"
"os" "os"
"time" "time"
"io/ioutil"
"bytes"
"net/http"
"github.com/tencentyun/cos-go-sdk-v5" "github.com/tencentyun/cos-go-sdk-v5"
"github.com/tencentyun/cos-go-sdk-v5/debug" "github.com/tencentyun/cos-go-sdk-v5/debug"
) )