Kostas Petrakis
Results
1
issues of
Kostas Petrakis
There is a small mistake in the [Get Response body](https://req.cool/docs/tutorial/handle-response/#get-response-body-as-string-or-byte) in the documentation. More specific the example for the `ToBytes()` is: ```go body, err := resp.ToString() if err != nil...