newline battles continue
This commit is contained in:
11
vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go
generated
vendored
Executable file
11
vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go
generated
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
// +build go1.9
|
||||
|
||||
package aws
|
||||
|
||||
import "context"
|
||||
|
||||
// Context is an alias of the Go stdlib's context.Context interface.
|
||||
// It can be used within the SDK's API operation "WithContext" methods.
|
||||
//
|
||||
// See https://golang.org/pkg/context on how to use contexts.
|
||||
type Context = context.Context
|
||||
Reference in New Issue
Block a user