Skip to content

Commit

Permalink
reflect upstream import path change
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Mar 17, 2017
1 parent 0412e39 commit 717fc13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion echopb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all:
protoc -I/usr/local/include -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:. \
--go_out=plugins=grpc:. \
service.proto
protoc -I/usr/local/include -I. \
-I${GOPATH}/src \
Expand Down
4 changes: 2 additions & 2 deletions echopb/service.pb.go

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

3 changes: 1 addition & 2 deletions echopb/service.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"type": "object",
"properties": {
"value": {
"type": "string",
"format": "string"
"type": "string"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions echopb/swagger.pb.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ swagger = `{
"type": "object",
"properties": {
"value": {
"type": "string",
"format": "string"
"type": "string"
}
}
}
Expand Down

0 comments on commit 717fc13

Please sign in to comment.