You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ make check
36
36
sudo make install
37
37
```
38
38
39
-
Then, `go get -u` as usual.
39
+
Then, `go get -u` as usual the following packages:
40
40
41
41
```sh
42
42
go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
@@ -127,6 +127,9 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
127
127
```
128
128
129
129
It will generate a reverse proxy `path/to/your_service.pb.gw.go`.
130
+
131
+
Note: After generating the code foreach of the stubs,in order to build the code, you will want to run ```go get .``` from the directory containing the stubs.
132
+
130
133
6. Write an entrypoint
131
134
132
135
Now you need to write an entrypoint of the proxy server.
0 commit comments