Skip to content

Commit

Permalink
Merge branch 'master' of github.com:so1n/protobuf_to_pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
so1n committed Sep 26, 2023
2 parents 2bc7bfb + aa1876f commit 591457e
Show file tree
Hide file tree
Showing 67 changed files with 114 additions and 50,805 deletions.
1 change: 1 addition & 0 deletions example/example_proto/demo/demo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ message EmptyMessage {};
message OptionalMessage{
optional string name = 1;
optional int32 age= 2;
optional InvoiceItem item = 3;
};
88 changes: 0 additions & 88 deletions example/proto_3_20/demo_gen_code.py

This file was deleted.

Loading

0 comments on commit 591457e

Please sign in to comment.