1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-07 19:40:30 +08:00
Files
terasu-cloudflared/vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go
2019-08-29 16:54:54 -05:00

12 lines
285 B
Go

// +build go1.9
package aws
import "context"
// Context is an alias of the Go stdlib's context.Context interface.
// It can be used within the SDK's API operation "WithContext" methods.
//
// See https://golang.org/pkg/context on how to use contexts.
type Context = context.Context