gusaul / go-dynamock

Amazon Dynamo DB Mock Driver for Golang to Test Database Interactions
MIT License
115 stars 50 forks source link

Upon error, return a pointer to a blank output object, not nil. #35

Closed danny-cheung closed 3 years ago

danny-cheung commented 3 years ago

Fixes issue #34

gusaul commented 3 years ago

please resolve the conflict

danny-cheung commented 3 years ago

Fixes test failures created by PR #25

danny-cheung commented 3 years ago

@gusaul Merge conflicts resolved.

Also fixed up the build tests.