1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-09 09:35:03 +09:00

common streampool pkg

This commit is contained in:
Sergey Cherepanov 2023-01-18 13:46:49 +03:00 committed by Mikhail Iudin
parent d256bfbc4c
commit e4d8b4578d
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
13 changed files with 1084 additions and 10 deletions

View file

@ -15,6 +15,7 @@ proto:
$(eval PKGMAP := $$(P_TREE_CHANGES),$$(P_ACL_RECORDS))
protoc --gogofaster_out=$(PKGMAP):. --go-drpc_out=protolib=github.com/gogo/protobuf:. commonspace/spacesyncproto/protos/*.proto
protoc --gogofaster_out=$(PKGMAP):. --go-drpc_out=protolib=github.com/gogo/protobuf:. commonfile/fileproto/protos/*.proto
protoc --gogofaster_out=$(PKGMAP):. --go-drpc_out=protolib=github.com/gogo/protobuf:. net/streampool/testservice/protos/*.proto
deps:
go mod download