-
Notifications
You must be signed in to change notification settings - Fork 18.5k
crypto/pbkdf2: add missing error return value in example #76032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This function returns two values, one was missing in the example.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
This PR (HEAD: 5d99e04) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/714420. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/714420. |
|
Message from Daniel McCarney: Patch Set 1: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/714420. |
|
Message from Sean Liao: Patch Set 1: Auto-Submit+1 Code-Review+1 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/714420. |
|
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-10-23T20:55:21Z","revision":"877e93a034a1d7157035167a2314e863b99ff43c"} Please don’t reply on this GitHub thread. Visit golang.org/cl/714420. |
|
Message from Roland Shoemaker: Patch Set 1: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/714420. |
|
Message from Sean Liao: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/714420. |
|
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/714420. |
|
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/714420. |
This function returns two values, one was missing in the example. Change-Id: I738597f959011260f666c29b7d3ffad8e5cdc473 GitHub-Last-Rev: 5d99e04 GitHub-Pull-Request: #76032 Reviewed-on: https://go-review.googlesource.com/c/go/+/714420 Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> Reviewed-by: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Sean Liao <sean@liao.dev>
|
Message from Dmitri Shuralyov: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/714420. |
|
This PR is being closed because golang.org/cl/714420 has been merged. |
This function returns two values, one was missing in the example.