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:
parent
d256bfbc4c
commit
e4d8b4578d
13 changed files with 1084 additions and 10 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue