mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add go_option to allow for Go Protobuf generation
This commit is contained in:
parent
dfcfba8d1a
commit
a057fffca2
10 changed files with 11 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue