Make zlog don't dependent other packages #246
Annotations
2 errors and 3 warnings
Lint
issues found
|
Test (macos-latest, 1.20)
Process completed with exit code 1.
|
Lint:
utils/timeutil/math.go#L20
var-naming: don't use underscores in Go names; func parameter max_ should be max (revive)
|
Lint:
zlog/global.go#L137
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Lint:
confr/loader.go#L149
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|