1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/vendor/github.com/gogo/protobuf/test/issue427/README.md

12 lines
257 B
Markdown
Raw Normal View History

# The Bug
Inconsistent package name generation between the import:
* import golang_org_x_net_context "golang.org/x/net/context"
* import google_golang_org_grpc "google.golang.org/grpc"
and the dummy vars:
* var _ context.Context
* var _ grpc.ClientConn