Skip to content

Commit

Permalink
add option go_package
Browse files Browse the repository at this point in the history
  • Loading branch information
cjp2600 committed Sep 2, 2020
1 parent c4c2c82 commit 085131c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/options/bom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package bom;

import "google/protobuf/descriptor.proto";

option go_package = "github.com/cjp2600/protoc-gen-bom";

// Currently no file options
extend google.protobuf.FileOptions {
optional BomFileOptions file_opts = 99432;
Expand Down

0 comments on commit 085131c

Please sign in to comment.