Closed tegk closed 5 years ago
guerrilla.go:104:2 Returned error of g.makeServers() is not handled as g.backend().Start() reassignets it.
guerrilla.go:104:2
err := g.makeServers() // start backend for processing email err = g.backend().Start() if err != nil { return g, err }
This could relate to a potential scope bug at guerrilla.go:132:30 that I am investigating.
guerrilla.go:104:2
Returned error of g.makeServers() is not handled as g.backend().Start() reassignets it.This could relate to a potential scope bug at guerrilla.go:132:30 that I am investigating.