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

fix: handle empty response body #162

Open nobe4 opened 1 month ago

nobe4 commented 1 month ago

This PR is a showcase of solution 1 for https://github.com/cli/go-gh/issues/161.

It adds an empty body check before trying to unmarshall it.