Skip to content

Commit

Permalink
docs(grpc): move example1
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Sep 3, 2022
1 parent 2123f41 commit 007f084
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
19 changes: 0 additions & 19 deletions grpc/README.md

This file was deleted.

19 changes: 19 additions & 0 deletions grpc/example1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# gRPC Example

First Step: run grpc server

```sh
go run grpc/server.go
```

Second Step: run gin server

```sh
go run gin/main.go
```

Testing command.

```sh
curl -v 'http://localhost:8052/rest/n/thinkerou'
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 007f084

Please sign in to comment.