@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package helloworld;
|
||||
option go_package = "github.com/unistack-org/micro-tests/codec/segmentio/proto;pb";
|
||||
option go_package = "go.unistack.org/micro-tests/codec/segmentio/proto;pb";
|
||||
|
||||
service Test {
|
||||
rpc Call(Request) returns (Response) {}
|
||||
|
Reference in New Issue
Block a user