app: drop unused Worker/jobDone

This commit is contained in:
Roman Khimov 2021-04-15 17:16:44 +03:00 committed by Roman Khimov
parent 491ae13190
commit ed27e28a30
2 changed files with 1 additions and 14 deletions

View file

@ -15,7 +15,6 @@ func main() {
globalContext := global.Context()
app := newApp(globalContext, WithLogger(l), WithConfig(v))
go app.Serve(globalContext)
go app.Worker(globalContext)
app.Wait()
}