0
0
mirror of https://github.com/thegeeklab/wp-s3-action.git synced 2024-11-14 10:10:39 +00:00
wp-s3-action/vendor/github.com/aws/aws-sdk-go/aws/context_1_7.go
2017-09-25 09:38:14 +02:00

10 lines
94 B
Go

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