Documentation ¶ Overview ¶ Package github provides a GitHub API-powered presenter. It supports repositories that are on github.com. Index ¶ func NewPresenter(httpClient *http.Client) presenter.Presenter Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewPresenter ¶ func NewPresenter(httpClient *http.Client) presenter.Presenter NewPresenter returns a GitHub API-powered presenter. httpClient is the HTTP client to be used by the presenter for accessing the GitHub API. If httpClient is nil, then http.DefaultClient is used. Types ¶ This section is empty. Source Files ¶ View all Source files github.go gopkgin.go Click to show internal directories. Click to hide internal directories.