예제 #1
0
파일: handler.go 프로젝트: cokeboL/ZIM
func handleCourier(client *NetCore.Client, msg *NetCore.NetMsg) bool {
	client.EchoMsg(msg)

	return true
}
예제 #2
0
파일: handler.go 프로젝트: cokeboL/GoWorld
func handleCourier(client *NetCore.Client, msg *NetCore.NetMsg) {
	client.EchoMsg(msg)
}