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

Loading…
Cancel
Save