Fix golangci-lint issues #242
Annotations
2 errors and 2 warnings
Lint
issues found
|
Test (windows-latest, 1.21)
Process completed with exit code 1.
|
Lint:
confr/loader.go#L149
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Lint:
zlog/global.go#L137
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|