From cfe3605e6b29e23db8dca9eedecc58cb13341587 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 11 Feb 2019 21:30:27 +1100 Subject: use go-errors package to display stacktrace of errors that cause panics --- pkg/commands/pull_request.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/commands/pull_request.go') diff --git a/pkg/commands/pull_request.go b/pkg/commands/pull_request.go index 043a3c07d..7f0a55334 100644 --- a/pkg/commands/pull_request.go +++ b/pkg/commands/pull_request.go @@ -1,9 +1,10 @@ package commands import ( - "errors" "fmt" "strings" + + "github.com/go-errors/errors" ) // Service is a service that repository is on (Github, Bitbucket, ...) -- cgit v1.2.3