Hello-gRPC-Sample
├── go/
│ ├── app/
│ │ ├── gen/ // Copied from protoc command
│ │ └── main.go
│ └── README.md
├── swift/
│ ├── helloServiceClient/
│ │ └── data/
│ │ └── gen/ // Copied from protoc command
│ └── README.md
├── proto/
│ └── HelloSrvice.proto
├── Makefile // run protoc command
└── README.md
make init
make update
make update-go
make update-swift