op-program: Use pointers for receiver types
Given the structs are always used via pointers and contain fields that use points (which are modified), should use pointers for receiver types.
Showing
Please register or sign in to comment
Given the structs are always used via pointers and contain fields that use points (which are modified), should use pointers for receiver types.