Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crazybber authored Mar 18, 2022
1 parent a05c967 commit 405a869
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ import (
"context"

"github.com/micro-community/micro/v3/service/client"
pb "github.com/micro/services/helloworld/proto"
pb "github.com/micro-community/services/helloworld/proto"
)

// create a new helloworld service client
Expand All @@ -314,7 +314,11 @@ Curl it via the API
```
curl http://localhost:8080/helloworld?name=Alice
```
=======

Hello world

```go
import (
"fmt"
"time"

Expand Down Expand Up @@ -364,7 +368,9 @@ See the [docs](https://micro.dev/docs) for detailed information on the architect
See [LICENSE](LICENSE) which makes use of [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

Join us on GitHub [Discussions](https://github.com/micro-community/micro/discussions).

## Repo Clone for CN

following cmd:

```bash
Expand Down

0 comments on commit 405a869

Please sign in to comment.