goreapers / gograveyard

The Go project undertaker: check go.mod dependency's health
MIT License
1 stars 0 forks source link

feat: add read go.mod as bytes #15

Closed powersj closed 1 year ago

powersj commented 1 year ago

This adds the ability to read a file and return it as bytes.

It also refactors the gograveyard cmd to allow for some testing of some of the functions there.

fixes: #13