This commit is contained in:
2021-06-01 20:15:36 +02:00
commit af3ad67081
11 changed files with 1692 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
.PHONY: proto
proto:
@protoc -I. --go_out=paths=source_relative:. ./*.proto
.PHONY: proto-test
proto-test:
@protoc -I. --go_out=paths=source_relative:. tests/pb/*.proto