Skip to content

convert value receivers to pointer receivers

Warren Gifford requested to merge cc/value-to-pointer into main

Created by: camdencheek

These were causing some confusion because they still satisfied the interface as values, but would fail during type assertions.

Merge request reports

Loading