lnd/healthcheck
Oliver Gugger ad8e25cbc9
multi: don't access loop variables in goroutines
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.
2022-11-21 13:54:23 +01:00
..
diskcheck_js.go healthcheck: fix missing import 2021-07-28 11:01:27 +02:00
diskcheck_netbsd.go server+healthcheck: rename function, add absolute disk space function 2020-11-13 10:19:50 +01:00
diskcheck_openbsd.go server+healthcheck: rename function, add absolute disk space function 2020-11-13 10:19:50 +01:00
diskcheck_solaris.go server+healthcheck: rename function, add absolute disk space function 2020-11-13 10:19:50 +01:00
diskcheck_windows.go server+healthcheck: rename function, add absolute disk space function 2020-11-13 10:19:50 +01:00
diskcheck.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
go.mod mod+healthcheck: remove local replace directive 2022-03-22 14:06:05 +01:00
go.sum mod+healthcheck: remove local replace directive 2022-03-22 14:06:05 +01:00
healthcheck_test.go healthcheck: stop checking when max attempts are reached 2021-09-15 19:52:03 +08:00
healthcheck.go multi: don't access loop variables in goroutines 2022-11-21 13:54:23 +01:00
log.go healthcheck: disable default healthcheck logger 2021-05-05 15:33:14 +02:00
tor_connection.go tor+healthcheck: fix healthcheck for multiple services 2021-11-23 09:53:36 +01:00