lnd/amp
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
..
child.go multi: fix make fmt 2022-08-23 22:10:24 +08:00
derivation_test.go lint: remove redundant loop var copies in test files 2026-06-03 15:32:45 -03:00
shard_tracker.go amp: create amp.ShardTracker 2021-04-27 09:47:23 +02:00
shard_tracker_test.go amp: create amp.ShardTracker 2021-04-27 09:47:23 +02:00
sharer.go multi: fix make fmt 2022-08-23 22:10:24 +08:00