We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72db93 commit 961142bCopy full SHA for 961142b
feature/dynamodb/attributevalue/doc.go
@@ -83,7 +83,7 @@
83
// var records []Record
84
// err := attributevalue.UnmarshalListOfMaps(results.Items, &records)
85
// if err != nil {
86
-// return fmt.Errorf("failed to unmarshal Items, %w", err))
+// return fmt.Errorf("failed to unmarshal Items, %w", err)
87
// }
88
//
89
// # Struct tags
0 commit comments