]> Cypherpunks repositories - gostls13.git/commit
database/sql: refactor unused variables to use blank identifiers
authorMohammad Abbasi <mohammad.v184@gmail.com>
Sun, 12 Mar 2023 00:23:14 +0000 (00:23 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 2 Apr 2024 01:32:55 +0000 (01:32 +0000)
commite565720e4920fe14eaeac55c8a271444d5499e44
treed6cfa6e2261458bc200569c9ca15e8d266f991af
parentcd294f55ca1a419ce21242731591b4f946f9a679
database/sql: refactor unused variables to use blank identifiers

Hi
I've replaced unused variables in database/sql with blank identifiers to improve code readability.

This change has no impact on the functionality of the code, but makes it easier to read and understand.

Change-Id: I701e93fd9bf86725f411085bf2e8f8e6b235af14
GitHub-Last-Rev: eb40bd5e2ef9e28871fae2e97b4433e8d6e2c652
GitHub-Pull-Request: golang/go#58986
Reviewed-on: https://go-review.googlesource.com/c/go/+/475675
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/database/sql/convert.go