You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lazydocker/vendor/github.com/aws/aws-sdk-go/aws/context_1_7.go

10 lines
94 B
Go

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