Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Minor] Bad practice to have a mix of Receiver types. (#491)
I was using an old version and saw that ``` r.contentEncodingEnabled = &enabled ``` Fix was added, however String() should be updated to also use a pointer receiver. Per Golang Docs "In general, all methods on a given type should have either value or pointer receivers, but not a mixture of both."
- Loading branch information