package gamificationapp type Application struct { Config Config } func setUp(cnf Config) *Application { return &Application{ cnf, } }