func main() { for name, f := range entrypoints { reexec.Register(name, f) } if !reexec.Init() { control.Main() } }
func main() { control.Main() }