goreapers / gograveyard

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

feat: Get open issue count #17

Closed sspaink closed 11 months ago

sspaink commented 1 year ago

Partially implements: https://github.com/goreapers/gograveyard/issues/6

Added a struct Project that has a method OpenIssuesCount that will execute a get request against the github search API to get the total open issue count for a repository.