Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies need local package name #28

Open
jasonkeene opened this issue Oct 18, 2016 · 1 comment
Open

Dependencies need local package name #28

jasonkeene opened this issue Oct 18, 2016 · 1 comment

Comments

@jasonkeene
Copy link
Collaborator

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

@nelsam
Copy link
Owner

nelsam commented Oct 20, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants