Any errors from fetching and rendering the README were silenced and ignored in `repo view`. This change: - Tolerates HTTP 404, but will raise exceptions for any other error; - Moves markdown rendering from `api` package to command implementation; - Ensures markdown rendering errors are correctly reported. |
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| pull_request_test.go | ||
| queries_gist.go | ||
| queries_issue.go | ||
| queries_issue_test.go | ||
| queries_org.go | ||
| queries_pr.go | ||
| queries_pr_test.go | ||
| queries_repo.go | ||
| queries_repo_test.go | ||
| queries_user.go | ||