-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reflection: rename non-regenerated pb.go files to not be called '.pb.…
…go' (#6885)
- Loading branch information
Showing
4 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
testv3.pb.go is generated with an older version of codegen, to test reflection behavior with `grpc.SupportPackageIsVersion3`. DO NOT REGENERATE! | ||
`testv3.go` was generated with an older version of codegen, to test reflection | ||
behavior with `grpc.SupportPackageIsVersion3`. DO NOT REGENERATE! | ||
|
||
testv3.pb.go is manually edited to replace `"golang.org/x/net/context"` with `"context"`. | ||
`testv3.go` was then manually edited to replace `"golang.org/x/net/context"` | ||
with `"context"`. | ||
|
||
dynamic.pb.go is generated with the latest protoc and manually edited to remove everything except the descriptor bytes var, which is renamed and exported. | ||
`dynamic.go` was generated with a newer protoc and manually edited to remove | ||
everything except the descriptor bytes var, which is renamed and exported. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters