This commit is contained in:
2021-06-01 20:08:58 +02:00
commit 1b63579ad6
11 changed files with 1693 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