|
@@ -29,7 +29,7 @@ func init() {
|
|
}
|
|
}
|
|
|
|
|
|
func main() {
|
|
func main() {
|
|
- testMain()
|
|
|
|
|
|
+ //testMain()
|
|
extract.ExtractUdpUpdateMachine() //节点上传~构建
|
|
extract.ExtractUdpUpdateMachine() //节点上传~构建
|
|
extract.ExtractUdp() //udp通知抽取
|
|
extract.ExtractUdp() //udp通知抽取
|
|
go Router.Run(":" + qu.ObjToString(u.Config["port"]))
|
|
go Router.Run(":" + qu.ObjToString(u.Config["port"]))
|