Skip to content

Commit

Permalink
Merge pull request #7 from saitamau-maximum/fix/generated-go-package
Browse files Browse the repository at this point in the history
[FIX] : googleapisのimport pathがoverrideされていたのを修正
  • Loading branch information
sor4chi authored Dec 1, 2024
2 parents 838c25e + 175ce2e commit b68ff37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ managed:
enabled: true
override:
- file_option: go_package_prefix
value: github.com/saitamau-maximum/meline/proto
value: github.com/saitamau-maximum/meline/generated/proto
disable:
- file_option: go_package_prefix
module: buf.build/googleapis/googleapis
plugins:
- local: protoc-gen-openapiv2
out: gen/openapi/proto
Expand Down

0 comments on commit b68ff37

Please sign in to comment.