package app type App struct { } func NewApp(environment string) *App { startRotativeLogger(environment) return &App{} }