Skip to content

Commit

Permalink
(minor): remove unnecessary opt
Browse files Browse the repository at this point in the history
  • Loading branch information
lahsivjar committed Jul 28, 2023
1 parent 7f7a5be commit 2f1a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate-modelpb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ PATH="${TOOLS_DIR}/build/bin:${PATH}" protoc \
--go_out=. \
--go_opt=module=github.com/elastic/apm-data \
--go-vtproto_out=. \
--go-vtproto_opt=features=marshal+unmarshal+size+pool+clone,pool=./modelpb.APMEvent,module=github.com/elastic/apm-data \
--go-vtproto_opt=features=marshal+unmarshal+size+pool+clone,module=github.com/elastic/apm-data \
${PROTOC_VT_STRUCTS} \
./model/proto/*.proto

0 comments on commit 2f1a474

Please sign in to comment.