Skip to content

Commit

Permalink
Fix attributevalue.UnmarshalListOfMaps example (#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mudassir-ahmed authored May 8, 2023
1 parent e72db93 commit 961142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
// var records []Record
// err := attributevalue.UnmarshalListOfMaps(results.Items, &records)
// if err != nil {
// return fmt.Errorf("failed to unmarshal Items, %w", err))
// return fmt.Errorf("failed to unmarshal Items, %w", err)
// }
//
// # Struct tags
Expand Down

0 comments on commit 961142b

Please sign in to comment.