seachicken / gh-poi

✨ Safely clean up your local branches
https://dev.to/seachicken/safely-clean-up-your-local-branches-9i3
MIT License
642 stars 17 forks source link

Use path/filepath instead of path #82

Closed hiroebe closed 1 year ago

hiroebe commented 1 year ago

path/filepath should be used instead of path when we handle file paths. Also, I replaced deprecated io/ioutil package.

codecov[bot] commented 1 year ago

Codecov Report

Merging #82 (d495466) into main (cbf197b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #82   +/-   ##
=======================================
  Coverage   88.29%   88.29%           
=======================================
  Files           3        3           
  Lines         615      615           
=======================================
  Hits          543      543           
  Misses         54       54           
  Partials       18       18           

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

seachicken commented 1 year ago

Nice! Thank you