[go] Fix package name

This commit is contained in:
2019-12-31 16:27:09 +01:00
parent 0dd5a6027e
commit 7f1ff9d863
3 changed files with 30 additions and 28 deletions

View File

@ -1,5 +1,6 @@
syntax = "proto3";
package robocar.events;
option go_package = "events";
message FrameRef {
string name = 1;