Add go_option to allow for Go Protobuf generation

This commit is contained in:
Lucas Matte 2021-05-23 19:31:38 -05:00
parent dfcfba8d1a
commit a057fffca2
10 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,7 @@ syntax = "proto3";
option java_package = "com.geeksville.mesh";
option optimize_for = LITE_RUNTIME;
option go_package = "github.com/meshtastic/gomeshproto";
import "mesh.proto";
import "radioconfig.proto";