proto/{third_party,Makefile}: Adopt protobuf-go and grpc-go for protobuf message generation.

This commit is contained in:
Aaron Son
2020-06-23 09:30:17 -07:00
parent 2bde70186d
commit 844c59b9c2
14 changed files with 3720 additions and 2248 deletions
+6
View File
@@ -7,3 +7,9 @@
[submodule "proto/third_party/golang-protobuf"]
path = proto/third_party/golang-protobuf
url = https://github.com/golang/protobuf.git
[submodule "proto/third_party/protobuf-go"]
path = proto/third_party/protobuf-go
url = https://github.com/protocolbuffers/protobuf-go.git
[submodule "proto/third_party/grpc-go"]
path = proto/third_party/grpc-go
url = https://github.com/grpc/grpc-go.git