fix linter warning

This commit is contained in:
nikolay.bystritskiy 2021-05-15 16:37:41 +02:00 committed by Umputun
parent 49515e307c
commit e02ddaf256

View File

@ -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
}