gogitpr is a set of libraries for fetching Github API data and an abstraction for a datastore for those data.
go get -u github.com/doodles526/gogitpr
make setup
make
Currently, all configuration is set via envvars
Configures the base url of the github API. Default: https://api.github.com
Sets the Oauth token for pinging the github API. Default: blank
Sets the Application Name to report to the github API via the User-Agent
header. Default: gogitpr
Sets the default github organization to use in fetching pull requests Default: blank
Either the github org or the github user must be set
Sets the default github user to use in fetching pull requests Default: blank
Either the github org or the github user must be set
Should we print the end result from main