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 59d4a45 commit 3b9def7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
75 changes: 39 additions & 36 deletions plugin/options/bom.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/options/bom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package bom;

import "google/protobuf/descriptor.proto";

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

// Currently no file options
extend google.protobuf.FileOptions {
Expand Down

0 comments on commit 3b9def7

Please sign in to comment.