Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

iwaltgen/grpc-gogo-test

Repository files navigation

grpc-gogo-test

/cmd

모든 실행 가능한 파일

/pkg

모든 로직 라이브러리

/proto

프로토콜 정의

build protocol (with protobuf)

프로토콜이 변경 될경우만 한번 실행

./gen_proto.sh

build all (with bazel)

bazel run //:gazelle -- update-repos -from_file=go.mod # go 의존성 변경시 마다 실행 필요
bazel build //...