From e02ddaf2564877ec308250ea2c248f6d91481b0b Mon Sep 17 00:00:00 2001 From: "nikolay.bystritskiy" Date: Sat, 15 May 2021 16:37:41 +0200 Subject: [PATCH] fix linter warning --- app/discovery/discovery.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/discovery/discovery.go b/app/discovery/discovery.go index a21a582..50645a7 100644 --- a/app/discovery/discovery.go +++ b/app/discovery/discovery.go @@ -377,6 +377,7 @@ func Contains(e string, s []string) bool { return false } +// IsAlive indicates whether mapper destination is alive func (m URLMapper) IsAlive() bool { return !m.dead }