1 Star 0 Fork 0

szmaozi / go-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 303 Bytes
一键复制 编辑 原始数据 按行查看 历史
szmaozi 提交于 2021-08-30 18:19 . wip
package main
import (
"fmt"
"gitee.com/szmaozi/go-utils/logbase"
"gitee.com/szmaozi/go-utils/logbase/fmtcolor"
)
func main() {
log := logbase.Init(nil)
log.Debug("1234", "abcd")
fmt.Println(fmtcolor.SetColor("color", fmtcolor.FC_Red, fmtcolor.BG_Cyan, fmtcolor.EXT_LINE, fmtcolor.EXT_BLINK))
}
Go
1
https://gitee.com/szmaozi/go-utils.git
git@gitee.com:szmaozi/go-utils.git
szmaozi
go-utils
go-utils
29e02a007caf

搜索帮助