enumer icon indicating copy to clipboard operation
enumer copied to clipboard

cleanup commented code, golangci-lint fixes

Open angaz opened this issue 3 years ago • 1 comments

Cleaned up some commented out code, and ran golangci-lint, and fixed the errors.

I also thought that generate function had a bit too many parameters, so I made a struct for the params for that function.

angaz avatar Oct 05 '22 21:10 angaz

Codecov Report

Merging #70 (ded6a10) into master (71d3edd) will decrease coverage by 0.20%. The diff coverage is 62.22%.

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   66.23%   66.02%   -0.21%     
==========================================
  Files           4        4              
  Lines         465      471       +6     
==========================================
+ Hits          308      311       +3     
- Misses        146      149       +3     
  Partials       11       11              
Impacted Files Coverage Δ
stringer.go 60.88% <62.22%> (-0.17%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Oct 05 '22 21:10 codecov-commenter