Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 155 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 155 Bytes

hello-grpc

Generate grpc server

$ buf generate ./proto

Run tests

$ go test -v ./...

Start server

$ go run .