pearkes / gethub

A utility for cloning and fetching your remote git repositories from GitHub.
MIT License
217 stars 266 forks source link

Support > 100 repos per organisation #29

Closed Mongey closed 6 years ago

Mongey commented 6 years ago

👋 @pearkes This updates to support > 100 repos per organisation

I initially struggled to build the project, (due to some local dependancies being outdated), so I've vendored with dep.

I've also pulled in the google/go-github package to do the github requests -- but I left the internal Repo representation as I didn't want to go and change the rest of the app to use github.Repository everywhere.

pearkes commented 6 years ago

Awesome thanks @Mongey 😄