Use protos for peer info

This commit is contained in:
Michael Crosby 2018-09-18 21:59:54 -04:00
parent 235ddbdc7e
commit 72db99191c
9 changed files with 285 additions and 143 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
PACKAGES=$(shell go list ./... | grep -v /vendor/)
protos:
protobuild --quiet ${PACKAGES}