代码拉取完成,页面将自动刷新
package main
import (
"gitee.com/manoshi/go-util/conf"
"gitee.com/manoshi/go-util/es"
"gitee.com/manoshi/go-util/log"
"gitee.com/manoshi/go-util/mysqlrym"
"gitee.com/manoshi/go-util/redis"
"gitee.com/manoshi/go-util/router"
"gitee.com/manoshi/go-util/util"
"sync"
"time"
)
var wg sync.WaitGroup
func main() {
//for i := 0; i < 10; i++ {
// orderCode := fmt.Sprintf("%s%03d", "2020202021212", i)
// GoroutineExecutor.SynDo(func() {
// fmt.Println(orderCode)
// if i == 8 {
// panic("真的错误了")
// }
// fmt.Println(orderCode)
// })
//}
log.Debug("测试")
log.Info("测试")
log.Warn("测试")
log.Error("测试")
log.Infof("当前时间戳:%d秒 %d毫秒", util.Second(time.Now()), util.MilSecond(time.Now()))
log.Infof("1e6为:%f", 1e6)
log.Infof("1e9为:%f", 1e9)
conf.BaseConfig(conf.Config{
ServerName: "rym-framework",
Env: "dev",
HttpPort: 1024,
LogColorful: true,
})
mysqlrym.TestLog()
es.TestLog()
redis.TestLog()
c := router.InitGinEngine(true)
router.Run(c)
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。