1 Star 0 Fork 0

h79/goutils

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
warn.go 203 Bytes
Copy Edit Raw Blame History
huqiuyun authored 2024-01-04 11:47 . alarm 扩展
package util
import (
"context"
"gitee.com/h79/goutils/alarm"
)
func Alarm(code int32, title string, detail string, err error) {
alarm.Fatal(context.Background(), code, "dao", detail, title, err)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/h79/goutils.git
git@gitee.com:h79/goutils.git
h79
goutils
goutils
v1.22.0

Search