Open mfleader opened 10 months ago
To improve code quality, uncomment or enable the remaining golang linters (gocritic, godot, goconst, dupl, testpackage, typecheck, etc.) in the golangci-lint config, .golangci.yaml, and fix the resulting errors.
gocritic
godot
goconst
dupl
testpackage
typecheck
.golangci.yaml
To improve code quality, uncomment or enable the remaining golang linters (
gocritic
,godot
,goconst
,dupl
,testpackage
,typecheck
, etc.) in the golangci-lint config,.golangci.yaml
, and fix the resulting errors.