package scopes import ( "git.sr.ht/~cco/go-scopes/common" "git.sr.ht/~cco/go-scopes/config" ) type Cfg struct { *config.Base AppType string Home string } func Start(ctx common.Context) { } // definitions func RunApp(cfg config.Config) { _ = cfg }