]> go.fuhry.dev Git - grpc-quic.git/commit
separate modules
authorsssgun <sssgun@gmail.com>
Wed, 1 Dec 2021 07:43:00 +0000 (16:43 +0900)
committersssgun <sssgun@gmail.com>
Wed, 1 Dec 2021 07:43:00 +0000 (16:43 +0900)
commit292dd1624d66f8bb1ef99322d67224bc9843e1b2
treee5a6843f9d3937a16d2d26fe5b14cea8d868dba4
parent407d3e4a9ed506af038bd8c62d09cd0cbd4b33bc
separate modules
examples/helloworld/client/client [new file with mode: 0755]
examples/helloworld/client/grpc_client.go [new file with mode: 0644]
examples/helloworld/client/grpc_over_quic_client.go [new file with mode: 0644]
examples/helloworld/client/main.go [new file with mode: 0644]
examples/helloworld/echo/main.go [deleted file]
examples/helloworld/server/grpc_over_quic_server.go [new file with mode: 0644]
examples/helloworld/server/grpc_server.go [new file with mode: 0644]
examples/helloworld/server/main.go [new file with mode: 0644]