Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 214 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 214 Bytes

Dependencies

golang v1.11+

run

cd path_to_grpc_server_example

go run main.go

run in docker

docker build -t grpc_server_example:latest .
docker run grpc_server_example:latest