Exemplo n.º 1
0
func main() {
	for name, f := range entrypoints {
		reexec.Register(name, f)
	}

	if !reexec.Init() {
		control.Main()
	}
}
Exemplo n.º 2
0
func main() {
	control.Main()
}