Skip to content

Commit 82aa854

Browse files
authored
Fix example code related to Go SDK retries (#10319)
1 parent 3e8a344 commit 82aa854

File tree

1 file changed

+1
-0
lines changed
  • ydb/docs/ru/core/recipes/ydb-sdk

1 file changed

+1
-0
lines changed

ydb/docs/ru/core/recipes/ydb-sdk/retry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
return err
6363
}
6464
fmt.Println(whoAmI)
65+
return nil
6566
},
6667
retry.WithIdempotent(true),
6768
)

0 commit comments

Comments
 (0)