Skip to content

Commit

Permalink
Update grpc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Jul 7, 2024
1 parent 4acee69 commit 09dd2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/gateway/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ go-zero sdk 版本 v1.5.0 的 gateway 配置会造成配置冲突,请避开此
}
message Response {
string msg = 1;
string msg = 1;
}
service Hello {
rpc Ping(Request) returns(Response);
rpc Ping(Request) returns(Response);
}
```
Expand Down

0 comments on commit 09dd2e6

Please sign in to comment.