dingo icon indicating copy to clipboard operation
dingo copied to clipboard

Error on injection of interface pointer

Open bastianccm opened this issue 5 years ago • 0 comments

type A interface {}
type B struct {
    A *A `inject:""`
}

This should error

bastianccm avatar Mar 29 '19 09:03 bastianccm