Use protos for peer info
This commit is contained in:
parent
235ddbdc7e
commit
72db99191c
9 changed files with 285 additions and 143 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
PACKAGES=$(shell go list ./... | grep -v /vendor/)
|
||||
|
||||
protos:
|
||||
protobuild --quiet ${PACKAGES}
|
Loading…
Add table
Add a link
Reference in a new issue