コード例 #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)
}