This PR adds handling to determine if an interface implementation uses a pointer receiver and can fail if not using a pointer receiver. The AddFlags call is also updated to require pointer receivers and fail if AddFlags is implemented using a non-pointer receiver.
This PR adds handling to determine if an interface implementation uses a pointer receiver and can fail if not using a pointer receiver. The
AddFlags
call is also updated to require pointer receivers and fail ifAddFlags
is implemented using a non-pointer receiver.Fixes #38