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

cmd/api: recognize vendor packages as not contributing to public API #15404

Closed
mdempsky opened this issue Apr 21, 2016 · 2 comments
Closed

cmd/api: recognize vendor packages as not contributing to public API #15404

mdempsky opened this issue Apr 21, 2016 · 2 comments
Milestone

Comments

@mdempsky
Copy link
Member

Right now running all.bash gives:

##### API check
...
+pkg golang.org/x/net/http2/hpack, func AppendHuffmanString([]uint8, string) []uint8

This appears to be coming from $GOROOT/src/vendor/golang.org/x/net/http2/hpack.

@mdempsky mdempsky added this to the Go1.7 milestone Apr 21, 2016
@bradfitz
Copy link
Contributor

I can take this.

@bradfitz bradfitz self-assigned this Apr 21, 2016
@gopherbot
Copy link

CL https://golang.org/cl/22386 mentions this issue.

@golang golang locked and limited conversation to collaborators Apr 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants