package downloader import "skapp/pkg/core" type Support struct { app *core.App } func New(app *core.App) *Support { return &Support{ app, } }