mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
ad8e25cbc9
This commit makes sure that no loop variables or other temporary variables are accessed directly in a goroutine but are instead passed into the goroutine through a parameter. This makes sure a copy of the value is put on the stack and is not changed while the outside loop continues. |
||
---|---|---|
.. | ||
diskcheck_js.go | ||
diskcheck_netbsd.go | ||
diskcheck_openbsd.go | ||
diskcheck_solaris.go | ||
diskcheck_windows.go | ||
diskcheck.go | ||
go.mod | ||
go.sum | ||
healthcheck_test.go | ||
healthcheck.go | ||
log.go | ||
tor_connection.go |