Skip to content

Commit

Permalink
docs(doc.go): fix error (aws#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydchang authored and jrichardpfs committed Feb 14, 2022
1 parent 036d9e1 commit 65c333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Expand Up @@ -52,7 +52,7 @@
//
// fmt.Println("Tables:")
// for _, tableName := range resp.TableNames {
// fmt.Println(aws.ToString(tableName))
// fmt.Println(tableName)
// }
// }
package sdk

0 comments on commit 65c333f

Please sign in to comment.