ec

module
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2021 License: GPL-3.0

README

gokit

ec 错误信息收集,生成错误log,无缓冲
//最好在main函数添加以下if语句
if ec.GetECStatus() {
  ec.Close()    
}
ec.Debug("debug messge")
ec.Errorf("info message")
xls 操作excel,
//Init后,一些方法可参考 github.com/360EntSecGroup-Skylar/excelize/v2
wb := xls.Init()  //带参数则为打开文件,不带参数则为新建文件
wb.ToSave()   //带参数存为参数名,不带参数默认存为workbook.xlsx

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL