Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from CastyLab/develop
Browse files Browse the repository at this point in the history
Adding grpc generate packages by protoc-go-gen
  • Loading branch information
mrjosh authored Dec 25, 2020
2 parents 1c094c9 + 5709c72 commit f42224b
Show file tree
Hide file tree
Showing 5 changed files with 1,985 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ compile:
echo "Compile protobuffers for Golang... \n";
protoc -I=protofiles \
--go_out=proto \
--go-grpc_out=proto \
protofiles/*.proto

echo "Compile {Websocket} protobuffers for JavaScript... \n";
Expand Down
169 changes: 169 additions & 0 deletions proto/grpc.auth_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f42224b

Please sign in to comment.