Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 127 Bytes

File metadata and controls

6 lines (3 loc) · 127 Bytes

컴파일 명령어

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

go mod tidy (모듈 의존성 정리)