d2bf2e86ed
* upgrade to aws-sdk-go v1.8.11 * fix test
10 lines
94 B
Go
10 lines
94 B
Go
// +build go1.7
|
|
|
|
package aws
|
|
|
|
import "context"
|
|
|
|
var (
|
|
backgroundCtx = context.Background()
|
|
)
|