module
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Apr 25, 2021
License: GPL-3.0
Opens a new window with license information.
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
¶
Click to show internal directories.
Click to hide internal directories.