Browse Source

fix order of header

tags/v0.7.8
alantong 6 years ago
parent
commit
0b781dde5a
  1. 8
      example/object/getByPresignedURL.go

8
example/object/getByPresignedURL.go

@ -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"
) )

Loading…
Cancel
Save