Skip to content

Commit

Permalink
Update grpc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kesonan committed Aug 18, 2024
1 parent 2bc8df6 commit a65a24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/gateway/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ go-zero sdk 版本 v1.5.0 的 gateway 配置会造成配置冲突,请避开此

1. 我们新建一个工程 demo1, 在 demo1 中新建一个 hello.proto 文件,如下:

```protobuf
```protobuf
syntax = "proto3";
package hello;
Expand Down

0 comments on commit a65a24d

Please sign in to comment.