package lab import ( "github.com/zire" ) type Application struct{} func (a *Application) start() {} func test() { app := zire.Karmaforge[Application]() app.start() }