1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-06-17 00:17:42 +02:00
Files
kratos/examples/helloworld
longxboy 736385c8e6 Feat/uni transport ()
* add metadata incoming&outgoing

* regenerate proto

* uni transport

Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2021-06-11 15:05:57 +08:00
..
2021-06-09 11:14:44 +08:00
2021-06-11 15:05:57 +08:00

Run the example

1、Compile and execute the server code:

$ go run server/main.go

2、From a different terminal, compile and execute the client code:

$ go run client/main.go