Exemplo n.º 1
0
func newContext(l *lars.LARS) lars.Context {
	return &MyContext{
		Ctx:        lars.NewContext(l),
		AppContext: newGlobals(),
	}
}
Exemplo n.º 2
0
func newContext(l *lars.LARS) lars.Context {
	return &MyContext{
		Ctx: lars.NewContext(l),
	}
}