Closed jdef closed 5 years ago
Without this change, the derived func signature in the generated code looked something like:
func deriveDeepCopy_foo(dst, src *invalid type)
Thank you so much :) Great to have some interaction with you again :)
Without this change I was able to run
goderive
on a package that referenced non-existing types, but still was able to generate (invalid) derived code.Given the same broken package,
goderive
with this change emits an error instead of completing successfully.