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. |
||
|---|---|---|
| .. | ||
| chan.go | ||
| context.go | ||
| context_test.go | ||
| errors.go | ||
| fs.go | ||
| fs_test.go | ||
| log.go | ||
| memory.go | ||
| README.md | ||
| stream.go | ||
| sync_map.go | ||
| sync_map_bench_test.go | ||
| sync_map_test.go | ||
lnutils
This package provides fundamental types and utility functions that can be used by all other packages.