Ejemplo n.º 1
0
func initRest() {
	if *Local {
		frontend.InitForTesting(*localFrontend)
		util.SetVarsForLocal()
	} else {
		frontend.MustInit()
	}
}
Ejemplo n.º 2
0
func Init() {
	common.Init()
	if *Local {
		util.SetVarsForLocal()
	}
}