github.com/gogo/protobuf@v1.3.2/test/issue427/README.md (about)

     1  # The Bug
     2  
     3  Inconsistent 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  
     8  and the dummy vars:
     9  
    10  * var _ context.Context
    11  * var _ grpc.ClientConn