package lib type App struct { } func NewApp() App { return App{} }