cmd/api: omit vendored dependencies when run inside the 'std' module #41358
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
What version of Go are you using (
go version
)?tip (b459bc8)
Does this issue reproduce with the latest release?
No.
What did you do?
Currently, at tip (b459bc8), running all.bash, at the end it prints 2000+ lines of new APIs of vendored golang.org/x packages. This is very verbose. And they are not even part of the standard library API, which I thought the API check is for. Could we not emit those? Thanks.
The text was updated successfully, but these errors were encountered: