Skip to content

Commit

Permalink
updating to snakecase
Browse files Browse the repository at this point in the history
  • Loading branch information
coolwednesday committed Jan 9, 2025
1 parent bf09f3b commit 745ac41
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-guide/grpc/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To install the CLI -
gofr wrap grpc -proto=./path/your/proto/file
```

This command leverages the `gofr-cli` to generate a `{serviceName}Server.go` file (e.g., `CustomerServer.go`)
This command leverages the `gofr-cli` to generate a `{serviceName}_server.go` file (e.g., `CustomerServer.go`)
containing a template for your gRPC server implementation, including context support, in the same directory as
that of the specified proto file.

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 745ac41

Please sign in to comment.