blob: 064f75c925cc567709b0b51859e7606d5997e052 [file] [log] [blame]
// +build go1.7
package aws
import "context"
var (
backgroundCtx = context.Background()
)