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 HTTP status 205 properly #163

Open nobe4 opened 1 month ago

nobe4 commented 1 month ago

As discussed in https://github.com/cli/go-gh/issues/161, this might be one other fix for supporting empty bodies from the server.

The test is a POC, and should probably be refactored into something better.