OSDN Git Service

Create ossClient.go (#574)
[bytom/vapor.git] / vendor / github.com / aliyun / aliyun-oss-go-sdk / oss / redirect_1_6.go
1 // +build !go1.7
2
3 package oss
4
5 import "net/http"
6
7 // http.ErrUseLastResponse only is defined go1.7 onward
8
9 func disableHTTPRedirect(client *http.Client) {
10
11 }