You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to get files from this repository for the functionality we've planned.
We need to be able to fetch a file called "teams" that will have the list of teams we're currently supporting. We're storing them here because we don't want to have to write a whole bunch of CRUD just to keep a list of strings.
We need to be able to fetch a file called "questions" that will be the versioned list of current survey questions. Again, don't want to have to do CRUD for these in the app. And we get versioning for free this way.
We need to be able to get files from this repository for the functionality we've planned.
This library looks interesting: https://github.com/google/go-github
The text was updated successfully, but these errors were encountered: