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. |
||
|---|---|---|
| .. | ||
| default_sets.go | ||
| deps.go | ||
| deps_test.go | ||
| manager.go | ||
| manager_internal_test.go | ||
| required.go | ||
| set.go | ||