Skip to content

Commit 6237c36

Browse files
Copilotasim
andcommitted
Fix go_package path in proto example to use relative path
Co-authored-by: asim <17530+asim@users.noreply.github.com>
1 parent 686886b commit 6237c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/website/docs/guides/grpc-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ service := micro.NewService(
6767
syntax = "proto3";
6868
6969
package helloworld;
70-
option go_package = "/proto;helloworld";
70+
option go_package = "./proto;helloworld";
7171
7272
service Say {
7373
rpc Hello(Request) returns (Response) {}

0 commit comments

Comments
 (0)