feat(deps): update golangci-lint to v2
This commit was merged in pull request #55.
This commit is contained in:
@@ -20,17 +20,17 @@ var (
|
||||
)
|
||||
|
||||
func Fatal(message string, args ...interface{}) {
|
||||
errorMetric.Inc()
|
||||
|
||||
s := format(message, args)
|
||||
log.Fatal(s)
|
||||
|
||||
errorMetric.Inc()
|
||||
}
|
||||
|
||||
func Error(message string, args ...interface{}) {
|
||||
errorMetric.Inc()
|
||||
|
||||
s := format(message, args)
|
||||
slog.Error(s)
|
||||
|
||||
errorMetric.Inc()
|
||||
}
|
||||
|
||||
func Warn(message string, args ...interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user