Bastian
Bastian
## Changes This change adds the behaviour from #13352 to private gitlab instances. ## Context Following up on #13352, gitlab installations which do not have a `gitlab.` URL prefix are...
```go type A interface {} type B struct { A *A `inject:""` } ``` This should error
E.g. `func (t Type) Inject(...)` instead of `func (t *Type) Inject(...)`
To be decided