Skip to content

Commit

Permalink
Add go_package in .proto (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeloni authored Apr 8, 2020
1 parent 5f48d42 commit 69f35b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pb/pb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ syntax = "proto3";

package pb;

option go_package = "github.com/dgraph-io/badger/v2/pb";

message KV {
bytes key = 1;
bytes value = 2;
Expand Down

0 comments on commit 69f35b3

Please sign in to comment.