Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have gengapic protoc plugin invoke samplegen #218

Merged
merged 18 commits into from
Oct 10, 2019
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ $ docker run \
--rm \
--user $UID \
--mount type=bind,source=</abs/path/to/protos>,destination=/in,readonly \
--mount type=bind,source=</abs/path/to/configs>,destination=/conf,readonly \
--mount type=bind,source=$GOPATH/src,destination=/out/ \
gcr.io/gapic-images/gapic-generator-go \
--go-gapic-package "github.com/package/import/path;name"
Expand Down
Loading