grpc-ecosystem/grpc-gateway
protoc-gen-swagger doesn't output to specified --swagger_out directory
オープン
#383 opened on 2017/05/11
bughelp wantedopenapi
Repository metrics
- Stars
- (16,971 個のスター)
- PR merge metrics
- (平均マージ 8d 23h) (30d で 147 merged PRs)
説明
Invoking protoc-gen-swagger with:
protoc -I/usr/local/include -I. -I$GOPATH/src \
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--swagger_out=logtostderr=true:. \
mycorp/api/user/v1/user_service.proto
The outputted file ends up in mycorp/api/user/v1/, not the current working directory.