func handleCourier(client *NetCore.Client, msg *NetCore.NetMsg) bool { client.EchoMsg(msg) return true }
func handleCourier(client *NetCore.Client, msg *NetCore.NetMsg) { client.EchoMsg(msg) }