11# grpc-gateway
22
3- [ ![ Build Status] ( https://travis-ci.org/gengo /grpc-gateway.svg?branch=master )] ( https://travis-ci.org/gengo /grpc-gateway )
3+ [ ![ Build Status] ( https://travis-ci.org/grpc-ecosystem /grpc-gateway.svg?branch=master )] ( https://travis-ci.org/grpc-ecosystem /grpc-gateway )
44
55grpc-gateway is a plugin of [ protoc] ( http://github.com/google/protobuf ) .
66It reads [ gRPC] ( http://github.com/grpc/grpc-common ) service definition,
@@ -38,8 +38,8 @@ sudo make install
3838Then, ` go get -u ` as usual.
3939
4040``` sh
41- go get -u github.com/gengo /grpc-gateway/protoc-gen-grpc-gateway
42- go get -u github.com/gengo /grpc-gateway/protoc-gen-swagger
41+ go get -u github.com/grpc-ecosystem /grpc-gateway/protoc-gen-grpc-gateway
42+ go get -u github.com/grpc-ecosystem /grpc-gateway/protoc-gen-swagger
4343go get -u github.com/golang/protobuf/protoc-gen-go
4444```
4545
@@ -88,8 +88,8 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
8888 ``` sh
8989 protoc -I/usr/local/include -I. \
9090 -I$GOPATH /src \
91- -I$GOPATH /src/github.com/gengo /grpc-gateway/third_party/googleapis \
92- --go_out=Mgoogle/api/annotations.proto=github.com/gengo /grpc-gateway/third_party/googleapis/google/api,plugins=grpc:. \
91+ -I$GOPATH /src/github.com/grpc-ecosystem /grpc-gateway/third_party/googleapis \
92+ --go_out=Mgoogle/api/annotations.proto=github.com/grpc-ecosystem /grpc-gateway/third_party/googleapis/google/api,plugins=grpc:. \
9393 path/to/your_service.proto
9494 ```
9595
@@ -101,13 +101,13 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
101101 ``` sh
102102 protoc -I/usr/local/include -I. \
103103 -I$GOPATH /src \
104- -I$GOPATH /src/github.com/gengo /grpc-gateway/third_party/googleapis \
104+ -I$GOPATH /src/github.com/grpc-ecosystem /grpc-gateway/third_party/googleapis \
105105 --ruby_out=. \
106106 path/to/your/service_proto
107107
108108 protoc -I/usr/local/include -I. \
109109 -I$GOPATH /src \
110- -I$GOPATH /src/github.com/gengo /grpc-gateway/third_party/googleapis \
110+ -I$GOPATH /src/github.com/grpc-ecosystem /grpc-gateway/third_party/googleapis \
111111 --plugin=protoc-gen-grpc-ruby=grpc_ruby_plugin \
112112 --grpc-ruby_out=. \
113113 path/to/your/service.proto
@@ -118,7 +118,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
118118 ` ` ` sh
119119 protoc -I/usr/local/include -I. \
120120 -I$GOPATH /src \
121- -I$GOPATH /src/github.com/gengo /grpc-gateway/third_party/googleapis \
121+ -I$GOPATH /src/github.com/grpc-ecosystem /grpc-gateway/third_party/googleapis \
122122 --grpc-gateway_out=logtostderr=true:. \
123123 path/to/your_service.proto
124124 ` ` `
@@ -135,7 +135,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
135135
136136 " github.com/golang/glog"
137137 " golang.org/x/net/context"
138- " github.com/gengo /grpc-gateway/runtime"
138+ " github.com/grpc-ecosystem /grpc-gateway/runtime"
139139 " google.golang.org/grpc"
140140
141141 gw " path/to/your_service_package"
@@ -176,7 +176,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
176176 ` ` ` sh
177177 protoc -I/usr/local/include -I. \
178178 -I$GOPATH /src \
179- -I$GOPATH /src/github.com/gengo /grpc-gateway/third_party/googleapis \
179+ -I$GOPATH /src/github.com/grpc-ecosystem /grpc-gateway/third_party/googleapis \
180180 --swagger_out=logtostderr=true:. \
181181 path/to/your_service.proto
182182 ` ` `
@@ -221,4 +221,4 @@ But patch is welcome.
221221
222222# License
223223grpc-gateway is licensed under the BSD 3-Clause License.
224- See [LICENSE.txt](https://github.com/gengo /grpc-gateway/blob/master/LICENSE.txt) for more details.
224+ See [LICENSE.txt](https://github.com/grpc-ecosystem /grpc-gateway/blob/master/LICENSE.txt) for more details.
0 commit comments