shurcooL / Go-Package-Store

An app that displays updates for the Go packages in your GOPATH.
MIT License
900 stars 29 forks source link

Improve error presentation. #56

Closed dmitshur closed 8 years ago

dmitshur commented 8 years ago

Add Error() error method to Presenter interface. It'll be used to report errors to frontend.

Detect and display GitHub API rate limit exceeded errors.

image

Currently blocking on https://github.com/google/go-github/pull/277 being merged.