forked from TrueCloudLab/rclone
9 lines
94 B
Go
9 lines
94 B
Go
// +build go1.7
|
|
|
|
package aws
|
|
|
|
import "context"
|
|
|
|
var (
|
|
backgroundCtx = context.Background()
|
|
)
|