Skip to content

Commit 2c54ed8

Browse files
committed
chore: removing unused go_package on proto
1 parent ba61b2e commit 2c54ed8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

proto/jet.proto

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
syntax = "proto3";
22
package jet;
33

4-
option go_package = "github.com/rpcpool/yellowstone-jet/proto;jet_gateway_grpc";
5-
64
service JetGateway {
75
rpc GetVersion(VersionRequest) returns (VersionResponse);
86

0 commit comments

Comments
 (0)