fogfish / dynamo

Generic Golang Key/Value trait for AWS storage services
MIT License
19 stars 5 forks source link

`dynamo.Decode` does not handle error gracefully #45

Closed fogfish closed 3 years ago

fogfish commented 3 years ago

dynamo.Decode does not handle error gracefully https://github.com/fogfish/dynamo/blob/main/id.go#L146

fogfish commented 3 years ago

fixed by #46