1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

Fix proto formatting

This commit is contained in:
Milos Gajdos
2019-09-24 14:39:51 +01:00
parent ccda1d3559
commit 39755721d0

View File

@ -88,5 +88,5 @@ message Event {
// unix timestamp of event // unix timestamp of event
int64 timestamp = 3; int64 timestamp = 3;
// service entry // service entry
Service service = 4; Service service = 4;
} }