[go] Fix package name
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
syntax = "proto3";
|
||||
package robocar.events;
|
||||
option go_package = "events";
|
||||
|
||||
message FrameRef {
|
||||
string name = 1;
|
||||
|
Reference in New Issue
Block a user