10 lines
94 B
Go

// +build go1.7
package aws
import "context"
var (
backgroundCtx = context.Background()
)