---
panlei
2019-11-26 d708d43e0ec885f584111ac483b8acd76137edf9
---
1个文件已修改
4 ■■■■ 已修改文件
main.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
main.go
@@ -16,7 +16,7 @@
    "flag"
    "fmt"
    "github.com/spf13/viper"
    //log "github.com/jeanphorn/log4go"
    log "github.com/jeanphorn/log4go"
    "ruleprocess/cache"
    "ruleprocess/ruleserver"
    "sync"
@@ -92,7 +92,7 @@
                //logger.Debug("使用的cpu个数:",runtime.NumCPU())
                //go func(msg []byte) {
                    logger.Debug("当前时间戳:", time.Now().Unix())
                    //log.Info(time.Now().Format("2006-01-02 15:04:05"))
                    log.Info(time.Now().Format("2006-01-02 15:04:05"))
                    arg := structure.SdkDatas{}
                    //paramFormat(msg, &arg)
                    start := time.Now()