Skip to content

Commit

Permalink
fix: check in genned changes from go2proto (#4140)
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell authored Jan 21, 2025
1 parent b53ca25 commit 8875426
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 72 deletions.
6 changes: 2 additions & 4 deletions cmd/go2proto/testdata/go2proto.to.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

131 changes: 64 additions & 67 deletions cmd/go2proto/testdata/testdatapb/model.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/go2proto/testdata/testdatapb/model.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ message Root {
repeated Message repeated_msg = 11;
bytes url = 12;
string key = 13;
Root external_root = 14;
string external_root = 14;
}


Expand Down

0 comments on commit 8875426

Please sign in to comment.