Skip to content

Commit

Permalink
docs(doc.go): fix error (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydchang committed Sep 17, 2021
1 parent b3a5250 commit d34e3e4
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 d34e3e4

Please sign in to comment.