in options.go [64:69]
func WithConfig(config *Config) Option { return func(app *App) error { app.config = *config return nil } }