context passing

This commit is contained in:
Ilia Denisov
2026-03-12 19:46:59 +02:00
parent 079b9facb0
commit f985370089
5 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func main() {
defer cancel()
app := app.New()
l, err := loader.NewLoader(app, nil)
l, err := loader.NewLoader(ctx, app, nil)
if err != nil {
return
}