func newContext(l *lars.LARS) lars.Context { return &MyContext{ Ctx: lars.NewContext(l), AppContext: newGlobals(), } }
func newContext(l *lars.LARS) lars.Context { return &MyContext{ Ctx: lars.NewContext(l), } }