Skip to content

Commit

Permalink
grpc demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jzy committed Mar 9, 2022
1 parent 999b50f commit 354edaa
Show file tree
Hide file tree
Showing 10 changed files with 154 additions and 346 deletions.
275 changes: 0 additions & 275 deletions game-message/message/rpc.pb.go

This file was deleted.

17 changes: 0 additions & 17 deletions game-message/proto/rpc.proto

This file was deleted.

1 change: 1 addition & 0 deletions game-res/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
directory |description
--------------------------- |------------------------------
docker |docker image run scripts
grpc |learn demo

## FAQ

Expand Down
11 changes: 11 additions & 0 deletions game-res/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/jzyong/GameServer4g/game-res

go 1.14

require (
github.com/jzyong/GameServer4g/game-message v0.0.0-00010101000000-000000000000
google.golang.org/grpc v1.44.0
)
replace (
github.com/jzyong/GameServer4g/game-message => ../game-message
)
Loading

0 comments on commit 354edaa

Please sign in to comment.