mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-14 10:10:39 +00:00
10 lines
94 B
Go
10 lines
94 B
Go
// +build go1.7
|
|
|
|
package aws
|
|
|
|
import "context"
|
|
|
|
var (
|
|
backgroundCtx = context.Background()
|
|
)
|