Skip to content

Commit

Permalink
Update GoogleAPI import path
Browse files Browse the repository at this point in the history
The gRPC ecosystem project updated it's generators to reference
the standard googleapi paths in grpc-ecosystem/grpc-gateway#325

This PR makes the same changes in this repo to follow the standard.
  • Loading branch information
gdbelvin committed Mar 16, 2017
1 parent 6a2e548 commit 22f1b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions impl/proto/keytransparency_v1_service/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:generate protoc -I=. -I=$GOPATH/src/ -I=$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=Mgoogle/api/annotations.proto=github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api,plugins=grpc:. keytransparency_v1_service.proto
//go:generate protoc -I=. -I=$GOPATH/src/ -I=$GOPATH/src/github.com/googleapis/googleapis/ --go_out=,plugins=grpc:. keytransparency_v1_service.proto

//go:generate protoc -I=. -I=$GOPATH/src/ -I=$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true:. keytransparency_v1_service.proto
//go:generate protoc -I=. -I=$GOPATH/src/ -I=$GOPATH/src/github.com/googleapis/googleapis/ --grpc-gateway_out=logtostderr=true:. keytransparency_v1_service.proto

package keytransparency_v1_service

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

0 comments on commit 22f1b9e

Please sign in to comment.