func main() { StartUp() dvc.MergeManager.Launch() var exitCh = make(chan bool) go intranet.Entry(exitCh) go gossipd.Entry(exitCh) go inapi.Entry(exitCh) go WaitForSig(exitCh) go ping.Entry(exitCh) _ = <-exitCh Secretary.Log("mainpkg::main", "Midware-MH2 is about to terminate...") }
func _no_use_() { inapi.Entry(nil) }