go-utils:常见的Golang实用程序

时间:2024-03-28 14:00:43
【文件属性】:

文件名称:go-utils:常见的Golang实用程序

文件大小:1.07MB

文件格式:ZIP

更新时间:2024-03-28 14:00:43

Go

实用程序 常见的Golang实用程序 系统错误/输出处理(错误/事件)- 定义结构 // GeneralError struct (500-510) type GeneralError struct { Code string Message string Err error } func (c *GeneralError) Error() string { return fmt.Sprintf("Code: %s, Message: %s, Err: %s", c.Code, c.Message, c.Err) } // GeneralOutput struct (5) type GeneralOutput struct { Code string Message string Out string } //Outp method func (c


【文件预览】:
go-utils-main
----cerrors()
--------general.go(263B)
----LICENSE(1KB)
----couts()
--------general.go(273B)
----go-utils(1.93MB)
----main.go(1KB)
----.gitignore(296B)
----logger()
--------general.go(763B)
----README.md(2KB)
----go.mod(25B)

网友评论