lnd/aliasmgr
Erick Cestari aca27e27f5
lint: remove redundant loop var copies in test files
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.
2026-06-03 15:32:45 -03:00
..
aliasmgr.go multi: add base lookup option to AddLocalAlias 2025-09-25 11:15:27 +02:00
aliasmgr_test.go lint: remove redundant loop var copies in test files 2026-06-03 15:32:45 -03:00