Skip to content

Files

Latest commit

author
maxinglun
Apr 11, 2022
e527a70 · Apr 11, 2022

History

History

grpc-hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022

README.md

Compile proto:

protoc --go_out=. --go-grpc_out=. proto/hello.proto

Build Command:

go build server/server.go
go build client/client.go