cli / go-gh

A Go module for interacting with gh and the GitHub API from the command line.
https://pkg.go.dev/github.com/cli/go-gh/v2
MIT License
322 stars 45 forks source link

Replace shurcool Errors in GQLError #104

Closed samcoe closed 1 year ago

samcoe commented 1 year ago

Fixes https://github.com/cli/go-gh/issues/97

Note this is based on the v2 branch as I felt this also could be considered a breaking change and thought it belonged with the other changes that will go into v2. If we felt like making this a non-breaking change we could also allow the GQLError to actually Wrap/Unwrap the shurcool error we received.