in http/main.go [35:39]
func main() { if err := notifiers.Main(new(httpNotifier)); err != nil { log.Fatalf("fatal error: %v", err) } }