dingo
dingo copied to clipboard
Warn on invalid Inject method
E.g. func (t Type) Inject(...)
instead of func (t *Type) Inject(...)