1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Files
lazygit/vendor/github.com/aws/aws-sdk-go/aws/context_1_7.go
Jesse Duffield 87dc2bcad9 bump dependencies
2018-08-25 17:36:16 +10:00

10 lines
94 B
Go

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