loopd: fix linter issue

pull/148/head
Oliver Gugger 4 years ago
parent 8c7eee2ba9
commit ae376a49ba
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -218,7 +218,7 @@ func daemon(config *config, lisCfg *listenerCfg) error {
// Debug code to dump goroutines on hanging exit. // Debug code to dump goroutines on hanging exit.
go func() { go func() {
time.Sleep(5 * time.Second) time.Sleep(5 * time.Second)
pprof.Lookup("goroutine").WriteTo(os.Stdout, 1) _ = pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
}() }()
cancel() cancel()

Loading…
Cancel
Save