cli/api
Mislav Marohnić 9122bc181c Migrate away from errors.Wrap()
Turns out the "standard" way of wrapping errors in Go is via
`fmt.Errorf("%w")`, which doesn't require an external package and also allows a
finer control of error sentence formatting.
2020-01-23 13:19:28 +01:00
..
client.go Only run in prod 2019-12-02 15:57:34 -08:00
client_test.go Add mising files 2019-10-29 21:19:34 +01:00
fake_http.go Add mising files 2019-10-29 21:19:34 +01:00
pull_request_test.go Avoid crash when parsing in-progress CheckRuns 2019-11-19 09:42:59 +01:00
queries_issue.go updated based sorting and fuzzy time display on issue status 2020-01-17 15:38:41 -06:00
queries_pr.go preview PRs and issues in the terminal with -p 2020-01-10 11:41:26 -06:00
queries_repo.go Migrate away from errors.Wrap() 2020-01-23 13:19:28 +01:00