]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go
Merge branch 'fix_read_test' of github.com:alexandreFre/terraform-provider-statuscake
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / aws / aws-sdk-go / aws / context_1_9.go
CommitLineData
107c1cdb
ND
1// +build go1.9
2
3package aws
4
5import "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.
11type Context = context.Context