Skip to content

Commit

Permalink
Remove lazy=true from repeated message field (#954)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin King <[email protected]>
  • Loading branch information
jcking authored Jun 5, 2024
1 parent eed7db4 commit df64c59
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 125 deletions.
136 changes: 68 additions & 68 deletions test/proto2pb/test_all_types.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 test/proto2pb/test_all_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ message TestAllTypes {
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
repeated string repeated_cord = 55 [ctype = CORD];

repeated NestedMessage repeated_lazy_message = 57 [lazy = true];
repeated NestedMessage repeated_lazy_message = 57;

// Map
map<string, string> map_string_string = 58;
Expand Down
Loading

0 comments on commit df64c59

Please sign in to comment.