From 961142b1818c2c586c17661e47e1f95ae2fb95b3 Mon Sep 17 00:00:00 2001 From: Mudassir Ahmed Date: Mon, 8 May 2023 14:41:07 +0100 Subject: [PATCH] Fix attributevalue.UnmarshalListOfMaps example (#2114) --- feature/dynamodb/attributevalue/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/dynamodb/attributevalue/doc.go b/feature/dynamodb/attributevalue/doc.go index 7a740f3587f..27d6d003066 100644 --- a/feature/dynamodb/attributevalue/doc.go +++ b/feature/dynamodb/attributevalue/doc.go @@ -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