1
mirror of https://github.com/rclone/rclone synced 2024-10-18 04:15:01 +02:00

vendor: patch github.com/aws/aws-sdk-go to fix the build

Temporary until https://github.com/aws/aws-sdk-go/pull/1262 is merged.
This commit is contained in:
Nick Craig-Wood 2017-05-11 17:11:35 +01:00
parent 17633f5460
commit 663e6f3ec0
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// +build !appengine
// +build !appengine,!plan9
package request

View File

@ -1,4 +1,4 @@
// +build appengine
// +build appengine plan9
package request

View File

@ -1,4 +1,4 @@
// +build appengine
// +build appengine plan9
package request_test

View File

@ -1,4 +1,4 @@
// +build !appengine
// +build !appengine,!plan9
package request_test