File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ brew cask install --appdir=~/Applications bloomrpc
2323
2424### third-party golang tools
2525
26- > Lets build and install ` grpc ` pre-loaded ** Micro CLI** from [ here] ( ../cmd/micro/README.md#Build ) instead of official ** Micro CLI**
27-
2826``` bash
2927# go better build tool
3028GO111MODULE=off go get github.com/ahmetb/govvv
Original file line number Diff line number Diff line change @@ -91,12 +91,6 @@ open http://localhost:8082
9191Start ` API Gateway ` and run ** REST Client** [ tests] ( test/test-rest-api.http )
9292
9393``` bash
94- # start local micro (grpc pre-loaded micro)
95- make run-micro-cmd ARGS=" api --enable_rpc=true"
96- # (or)
97- go run cmd/micro/main.go api --enable_rpc=true
98-
99- # (or) start global micro
10094micro api --enable_rpc=true
10195```
10296
You can’t perform that action at this time.
0 commit comments