lnd/healthcheck
Oliver Gugger 0b4e03f5fc
multi: add golang 1.17 compatible build tags
With go 1.17 a change to the build flags was implemented:
https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md

The formatter now automatically adds the forward-compatible build tag
format and the linter checks for them, so we need to include them in our
code.
2021-09-29 17:31:37 -07: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 healthcheck: separate lnd/healthcheck into submodule 2021-05-05 15:33:19 +02:00
go.sum healthcheck: separate lnd/healthcheck into submodule 2021-05-05 15:33:19 +02:00
healthcheck_test.go healthcheck: stop checking when max attempts are reached 2021-09-15 19:52:03 +08:00
healthcheck.go healthcheck: stop checking when max attempts are reached 2021-09-15 19:52:03 +08:00
log.go healthcheck: disable default healthcheck logger 2021-05-05 15:33:14 +02:00