mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
Since Go 1.22 loop variables are scoped per-iteration, so the `x := x` / `a, b := a, b` copies inside range/for loops are no longer needed. This removes the existing redundant copies in test files. |
||
|---|---|---|
| .. | ||
| crypto.go | ||
| crypto_test.go | ||
| test_utils.go | ||