Skip to content

Commit e8b18a6

Browse files
committed
cmd: removing micro and moving to https://github.com/xmlking/micro
1 parent 2bea7e4 commit e8b18a6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docs/prerequisites.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3028
GO111MODULE=off go get github.com/ahmetb/govvv

docs/testing.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ open http://localhost:8082
9191
Start `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
10094
micro api --enable_rpc=true
10195
```
10296

0 commit comments

Comments
 (0)