Skip to content

Commit

Permalink
change to hello.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
roca committed Dec 27, 2023
1 parent 95c9b7f commit 6dfc4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udemy/HandsOngRPC/proto/hello/hello.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ option go_package = "protogen/go/hello";

message HelloRequest {
string name = 1;
uint32 age = 10;
uint32 age = 2;
}

message HelloResponse {
Expand Down

0 comments on commit 6dfc4cc

Please sign in to comment.