Skip to content

Commit

Permalink
Update 04-errors.md (#214)
Browse files Browse the repository at this point in the history
* Update 04-errors.md

* Update 04-errors.md
  • Loading branch information
iFurySt authored Jul 17, 2024
1 parent f176d40 commit 125f91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/component/04-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ make errors

执行成功之后,会在 api/helloworld 目录下生成 helloworld_errors.pb.go 文件,代码如下:

```
```go
package helloworld

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ make errors

After successful execution, will be generated in the api/helloworld directory a go file,The code is as follows.

```
```go
package helloworld

import (
Expand Down

0 comments on commit 125f91d

Please sign in to comment.