Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme fix: ResponseReader is interface, doesn't need ptr (#310)
Following this code example as-is results in an error because `reader` is a pointer to an interface instead of just an interface. This fixes it.
- Loading branch information