...

Text file src/github.com/gogo/protobuf/test/issue427/README.md

Documentation: github.com/gogo/protobuf/test/issue427

     1# The Bug
     2
     3Inconsistent package name generation between the import:
     4
     5* import golang_org_x_net_context "golang.org/x/net/context"
     6* import google_golang_org_grpc "google.golang.org/grpc"
     7
     8and the dummy vars:
     9
    10* var _ context.Context
    11* var _ grpc.ClientConn

View as plain text