mirror of
https://github.com/go-micro/go-micro.git
synced 2025-02-04 18:21:53 +02:00
feat: modify the dependencies urls (#2363)
This commit is contained in:
parent
6fc5e45626
commit
685f9979a1
@ -11,13 +11,13 @@ This is hello world using micro
|
||||
|
||||
Install the following
|
||||
|
||||
- [micro](https://github.com/micro/micro)
|
||||
- [protoc-gen-micro](https://github.com/micro/protoc-gen-micro)
|
||||
- [micro](https://github.com/asim/go-micro/tree/master/cmd/micro)
|
||||
- [protoc-gen-micro](https://github.com/asim/go-micro/tree/master/cmd/protoc-gen-micro)
|
||||
|
||||
## Run Service
|
||||
|
||||
```shell
|
||||
micro run service --name helloworld
|
||||
micro run . --name helloworld
|
||||
```
|
||||
|
||||
## Query Service
|
||||
@ -25,3 +25,9 @@ micro run service --name helloworld
|
||||
```
|
||||
micro call helloworld Greeter.Hello '{"name": "John"}'
|
||||
```
|
||||
|
||||
## List Services
|
||||
|
||||
```shell
|
||||
micro services
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user