This commit is contained in:
ronething-bot
2022-03-15 17:46:13 +08:00
committed by GitHub
parent f9e6013a6c
commit 56e1ecf2f3

View File

@@ -557,7 +557,7 @@ service foo-api{
## 隐藏通道
隐藏通道目前主要为空符号,换行符号以及注释,这里我们只说注释,因为空白符号和换行符号我们目前拿来也无用。
隐藏通道目前主要为空符号,换行符号以及注释,这里我们只说注释,因为空白符号和换行符号我们目前拿来也无用。
### 单行注释
@@ -679,4 +679,4 @@ service foo-api{
*/
post /foo (Foo) returns (Foo) // route comment
}
```
```