convert value receivers to pointer receivers
Created by: camdencheek
These were causing some confusion because they still satisfied the interface as values, but would fail during type assertions.
Created by: camdencheek
These were causing some confusion because they still satisfied the interface as values, but would fail during type assertions.