dingo
dingo copied to clipboard
Error on injection of interface pointer
type A interface {}
type B struct {
A *A `inject:""`
}
This should error