cli/command
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
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
issue.go Migrate away from errors.Wrap() 2020-01-23 13:19:28 +01:00
issue_test.go review feedback 2020-01-13 15:32:07 -06:00
pr.go PR to pull request 2020-01-14 12:33:48 -10:00
pr_checkout_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_create.go Migrate away from errors.Wrap() 2020-01-23 13:19:28 +01:00
pr_create_test.go Fix test output 2019-12-20 12:07:53 -08:00
pr_test.go Fix test after copy changes 2020-01-15 12:53:52 +01:00
root.go Merge pull request #221 from github/release-the-kraken 2020-01-13 18:08:50 -06:00
root_test.go Add changelog func 2020-01-13 11:02:34 -08:00
testing.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
title_body_survey.go Migrate away from errors.Wrap() 2020-01-23 13:19:28 +01:00