Skip to content

Commit

Permalink
chore: fix some comments (#4270)
Browse files Browse the repository at this point in the history
Signed-off-by: tsinghuacoder <tsinghuacoder@icloud.com>
  • Loading branch information
tsinghuacoder committed Jul 25, 2024
1 parent 8ae0f28 commit 05da2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/goctl/rpc/generator/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
)

type ZRpcContext struct {
// Sre is the source file of the proto.
// Src is the source file of the proto.
Src string
// ProtoCmd is the command to generate proto files.
// ProtocCmd is the command to generate proto files.
ProtocCmd string
// ProtoGenGrpcDir is the directory to store the generated proto files.
ProtoGenGrpcDir string
Expand Down

0 comments on commit 05da2c5

Please sign in to comment.