]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / aws / aws-sdk-go / aws / context_1_9.go
1 // +build go1.9
2
3 package aws
4
5 import "context"
6
7 // Context is an alias of the Go stdlib's context.Context interface.
8 // It can be used within the SDK's API operation "WithContext" methods.
9 //
10 // See https://golang.org/pkg/context on how to use contexts.
11 type Context = context.Context