Skip to content

Commit 69f35b3

Browse files
authored
Add go_package in .proto (#1282)
1 parent 5f48d42 commit 69f35b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pb/pb.proto

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ syntax = "proto3";
1919

2020
package pb;
2121

22+
option go_package = "github.com/dgraph-io/badger/v2/pb";
23+
2224
message KV {
2325
bytes key = 1;
2426
bytes value = 2;

0 commit comments

Comments
 (0)