Skip to content

Commit

Permalink
change to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
roca committed Dec 26, 2023
1 parent 2306c25 commit b47003e
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 b47003e

Please sign in to comment.