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 0880f78 commit 8e89390Copy full SHA for 8e89390
table/example_test.go
@@ -70,7 +70,7 @@ func Example_explainQuery() {
70
71
return
72
}
73
- defer db.Close(ctx) // cleanup resources
+ defer db.Close(ctx) // cleanup resources
74
err = db.Table().Do( // Do retry operation on errors with best effort
75
ctx, // context manage exiting from Do
76
func(ctx context.Context, s table.Session) (err error) { // retry operation
0 commit comments