1
0
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:
zhaoyang 2021-11-25 00:43:05 +08:00 committed by GitHub
parent 6fc5e45626
commit 685f9979a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```