hel icon indicating copy to clipboard operation
hel copied to clipboard

Dependencies need local package name

Open jasonkeene opened this issue 8 years ago • 1 comments

It seems like prependLocalPackage is not always being called on dependencies.

jasonkeene avatar Oct 18 '16 22:10 jasonkeene

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.

nelsam avatar Oct 20 '16 06:10 nelsam