hel
hel copied to clipboard
Dependencies need local package name
It seems like prependLocalPackage
is not always being called on dependencies.
My guess is that this is related to embedded exported interface types, e.g.
type Foo interface {
grpc.Stream
}
I would guess that somehow, we're not flattening properly when descending into those types. However, I honestly couldn't guess how.