Closed orsinium closed 4 years ago
I've run golangci-lint on cfg package and it found some violations. Mostly, it comes from go-lint and about ignored variables and unchecked errors.
golangci-lint
cfg
go-lint
The PR fixes all the violations.
Review comments are applied :+1:
Thank you @orsinium, loving all the PRs!
I've run
golangci-lint
oncfg
package and it found some violations. Mostly, it comes fromgo-lint
and about ignored variables and unchecked errors.The PR fixes all the violations.