Switch to using the dep tool and update all the dependencies
This commit is contained in:
parent
5135ff73cb
commit
98c2d2c41b
5321 changed files with 4483201 additions and 5922 deletions
11
vendor/github.com/aws/aws-sdk-go/service/simpledb/customizations.go
generated
vendored
Normal file
11
vendor/github.com/aws/aws-sdk-go/service/simpledb/customizations.go
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
package simpledb
|
||||
|
||||
import "github.com/aws/aws-sdk-go/aws/client"
|
||||
|
||||
func init() {
|
||||
initClient = func(c *client.Client) {
|
||||
// SimpleDB uses custom error unmarshaling logic
|
||||
c.Handlers.UnmarshalError.Clear()
|
||||
c.Handlers.UnmarshalError.PushBack(unmarshalError)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue