Skip to content

Commit

Permalink
fix: Add "k-consts.go" item in the layout of generated code in docs/k…
Browse files Browse the repository at this point in the history
…itex (#987)
  • Loading branch information
XiaoYi-byte authored Mar 1, 2024
1 parent fed2bb2 commit 30d47fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The layout of generated code:
│ ├── echoservice.go
│ ├── invoker.go
│ └── server.go
├── k-consts.go
└── k-echo.go
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ service EchoService {
│ ├── echoservice.go
│ ├── invoker.go
│ └── server.go
├── k-consts.go
└── k-echo.go
```

Expand Down

0 comments on commit 30d47fa

Please sign in to comment.