Commit 5704757e by 孙龙

init

parent 763e05fc
Showing with 9 additions and 9 deletions
......@@ -69,19 +69,19 @@ func main() {
util.Configs.Rabbitmq_ichunt.Dns,
}
for i:=0;i<= 100;i++{
logger.Debug("Debug记录日志555555555555555555555555555555")
logger.Trace("Trace记录日志555555555555555555555555555555")
logger.Info("Info记录日志555555555555555555555555555555")
logger.Warn("Warn记录日志555555555555555555555555555555")
logger.Error("Error记录日志555555555555555555555555555555")
logger.Fatal("Fatal记录日志555555555555555555555555555555")
}
//for i:=0;i<= 100;i++{
// logger.Debug("Debug记录日志555555555555555555555555555555")
// logger.Trace("Trace记录日志555555555555555555555555555555")
// logger.Info("Info记录日志555555555555555555555555555555")
// logger.Warn("Warn记录日志555555555555555555555555555555")
// logger.Error("Error记录日志555555555555555555555555555555")
// logger.Fatal("Fatal记录日志555555555555555555555555555555")
//}
for{
var wg sync.WaitGroup
fmt.Println("开始执行任务....")
for i := 0;i<1;i++{
for i := 0;i<2;i++{
wg.Add(1)
go func(wg *sync.WaitGroup){
mq := rabbitmq.New(queueExchange)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment