Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coolwednesday committed Jan 20, 2025
1 parent 6a84f7f commit b3d61b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrap/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import "gofr.dev/pkg/gofr"
// Register the gRPC service in your app using the following code in your main.go:
//
// {{ .Package }}.Register{{ $.Service }}ServerWithGofr(app, &grpc.{{ $.Service }}GoFrServer{})
// {{ .Package }}.Register{{ $.Service }}ServerWithGofr(app, &{{ .Package }}.{{ $.Service }}GoFrServer{})
//
// {{ $.Service }}GoFrServer defines the gRPC server implementation.
// Customize the struct with required dependencies and fields as needed.
Expand Down

0 comments on commit b3d61b0

Please sign in to comment.